Skip to content

Commit 18c1315

Browse files
authored
Update Node.js version to 24.18.0 in release workflow (#1524)
* Update Node.js version to 24.18.0 in release workflow * Change Node.js version to 24.18.0 Updated Node.js version to 24.18.0 in workflow.
1 parent 4668c6a commit 18c1315

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- uses: actions/setup-node@v4
5353
with:
54-
node-version: "24.x"
54+
node-version: "24.18.0"
5555

5656
- run: npm i
5757

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
if: env.HAS_CHANGES == 'true'
7474
uses: actions/setup-node@v4
7575
with:
76-
node-version: "24.x"
76+
node-version: "24.18.0"
7777

7878
- name: Cache npm dependencies
7979
if: env.HAS_CHANGES == 'true'
@@ -173,7 +173,7 @@ jobs:
173173
- name: Setup Node.js
174174
uses: actions/setup-node@v4
175175
with:
176-
node-version: "24.x"
176+
node-version: "24.18.0"
177177

178178
- name: Cache npm dependencies
179179
uses: actions/cache@v4

0 commit comments

Comments
 (0)