bump JS CI Node version to 18 (#1066)

Node 18 has been stable for a while, so I feel comfortable making this switch; should be no downstream impact other than speed!
This commit is contained in:
Matt Wang 2022-12-18 12:12:10 -08:00 committed by GitHub
parent c4d246f83d
commit b050b13d01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
steps:
- uses: actions/checkout@v3