Skip to content

Commit 7359768

Browse files
authored
Pin Node.js to v22.6.0 (#16601)
1 parent 8eadf71 commit 7359768

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/dev-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
- "windows-latest"
2828
node:
2929
# Latest even version
30-
- "22"
30+
- "22.6.0"
3131
# Minimal version for development
3232
- "18"
3333
include:
3434
- os: "ubuntu-latest"
3535
# Pick a version that is fast (normally highest LTS version)
36-
node: "22"
36+
node: "22.6.0"
3737
ENABLE_CODE_COVERAGE: true
3838
FULL_TEST: true
3939
CHECK_TEST_PARSERS: true

.github/workflows/prod-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ jobs:
5656
- "windows-latest"
5757
node:
5858
# Latest even version
59-
- "22"
59+
- "22.6.0"
6060
# Minimal version for production
6161
- "14"
6262
include:
6363
- os: "ubuntu-latest"
6464
# Pick a version that is fast (normally highest LTS version)
65-
node: "22"
65+
node: "22.6.0"
6666
FULL_TEST: true
6767
# Versions not tested on linux, normally only even versions
6868
# If latest version is an odd number, it can be listed below too

0 commit comments

Comments
 (0)