Skip to content

Commit 72c8df5

Browse files
authored
ci: SDKE-562 bump up node version in release.yml to v24 (#57)
1 parent f647d4b commit 72c8df5

File tree

3 files changed

+1457
-1933
lines changed

3 files changed

+1457
-1933
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: NPM install
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: 18.x
28+
node-version: 24.x
2929

3030
- name: Run NPM CI
3131
run: npm ci
@@ -96,7 +96,7 @@ jobs:
9696
- name: Setup Node.js
9797
uses: actions/setup-node@v4
9898
with:
99-
node-version: 18.x
99+
node-version: 24.x
100100

101101
- name: Install dependencies
102102
run: npm ci

0 commit comments

Comments
 (0)