Skip to content

Commit 7d2f31a

Browse files
authored
Merge pull request #683 from AppsFlyerSDK/development
Upgrade Node.js to version 24 in release workflows
2 parents 7ec3d3a + 94f43a9 commit 7d2f31a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/production-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
- name: Setup Node.js
168168
uses: actions/setup-node@v4
169169
with:
170-
node-version: 20
170+
node-version: 24
171171
registry-url: 'https://registry.npmjs.org'
172172

173173
- name: Publish to npm

.github/workflows/rc-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ jobs:
465465
- name: Setup Node.js
466466
uses: actions/setup-node@v4
467467
with:
468-
node-version: '20'
468+
node-version: '24'
469469
registry-url: 'https://registry.npmjs.org'
470470

471471
- name: Install dependencies

0 commit comments

Comments
 (0)