lock node-js version on ci (#4606)

https://github.com/nodejs/node/issues/48921
This commit is contained in:
Mikael Finstad 2023-07-31 16:30:00 +02:00 committed by GitHub
parent f639a6745e
commit 2e8a78dddb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
# todo put back?
node-version: [16.x, 18.16.0, 20.4.0]
steps:
- name: Checkout sources
uses: actions/checkout@v3