mirror of
https://github.com/vitest-dev/vitest.git
synced 2026-02-01 17:36:51 +00:00
ci: lock node version for worker tests (#6001)
This commit is contained in:
parent
d7f23d08c4
commit
910a04b66f
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user