Use Node 18.x in CI tests

This commit is contained in:
JC Brand 2023-06-09 11:25:23 +02:00
parent 7fdbcd0e64
commit 80bf81db6f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,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: