Skip to content

Commit

Permalink
ci: lock node version for worker tests (#6001)
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio authored Jun 30, 2024
1 parent d7f23d0 commit 910a04b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 910a04b

Please sign in to comment.