ci: lock node version for worker tests (#6001)

This commit is contained in:
Ari Perkkiö 2024-06-30 14:59:02 +03:00 committed by GitHub
parent d7f23d08c4
commit 910a04b66f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,13 +40,14 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node_version: [18, 20]
# Reset back to 20 after https://github.com/nodejs/node/issues/53648
node_version: [18, 20.14]
# node_version: [18, 20, 22] 22 when LTS is close enough
include:
- os: macos-14
node_version: 20
node_version: 20.14
- os: windows-latest
node_version: 20
node_version: 20.14
fail-fast: false
steps: