ci: run release script with node 18

This commit is contained in:
Daniel Roe 2023-04-20 21:22:31 +01:00
parent ec1503731b
commit 0d10e9734b
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16]
node: [18]
timeout-minutes: 20