Temporarily pin Node 20 version in CI (#8431)
This commit is contained in:
parent
bd8aa9a996
commit
fa826f84b2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -108,7 +108,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
OS: [ubuntu-latest]
|
OS: [ubuntu-latest]
|
||||||
NODE_VERSION: [18, 20]
|
NODE_VERSION: [18, 20.5.1]
|
||||||
include:
|
include:
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
NODE_VERSION: 18
|
NODE_VERSION: 18
|
||||||
|
|
Loading…
Reference in a new issue