Skip to content

Commit 9dc9728

Browse files
committed
chore: pin Node.JS 24.15.0 in CI
1 parent 4186ded commit 9dc9728

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Use Node.js 24
2323
uses: actions/setup-node@v6
2424
with:
25-
node-version: 24
25+
node-version: '24.15.0'
2626
package-manager-cache: false
2727

2828
- uses: apify/workflows/pnpm-install@main

.github/workflows/test-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# tests on windows are extremely unstable
2626
# os: [ ubuntu-22.04, windows-2019 ]
2727
os: [ ubuntu-22.04 ]
28-
node-version: [ 22, 24 ]
28+
node-version: [ 22, '24.15.0' ]
2929

3030
steps:
3131
- name: Checkout repository
@@ -78,7 +78,7 @@ jobs:
7878
- name: Use Node.js 24
7979
uses: actions/setup-node@v6
8080
with:
81-
node-version: 24
81+
node-version: '24.15.0'
8282
package-manager-cache: false
8383

8484
- name: Turbo cache
@@ -111,7 +111,7 @@ jobs:
111111
- name: Use Node.js 24
112112
uses: actions/setup-node@v6
113113
with:
114-
node-version: 24
114+
node-version: '24.15.0'
115115
package-manager-cache: false
116116

117117
- name: Turbo cache
@@ -147,7 +147,7 @@ jobs:
147147
- name: Use Node.js 24
148148
uses: actions/setup-node@v6
149149
with:
150-
node-version: 24
150+
node-version: '24.15.0'
151151
package-manager-cache: false
152152

153153
- name: Turbo cache

0 commit comments

Comments
 (0)