increase Node version number in Github action

This commit is contained in:
Daniel Waxweiler 2023-11-11 20:30:22 +01:00
parent 6157cf3988
commit 25c76e4998
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps: