Skip to content

Commit 209a219

Browse files
Merge pull request #346 from velocitycareerlabs/VL-8541-node-22
chore: set node version to v22
2 parents e5e88b6 + fba72ce commit 209a219

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/react-native-sdk.tests.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.sha }}
1010
cancel-in-progress: true
1111
env:
12-
NODE_VERSION: '20'
12+
NODE_VERSION: '22'
1313
RC_SUFFIX: 'rc'
1414
jobs:
1515
test-react-sdk:

.github/workflows/react-native-sdk.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.sha }}
2020
cancel-in-progress: true
2121
env:
22-
NODE_VERSION: '20'
22+
NODE_VERSION: '22'
2323
RC_SUFFIX: 'rc'
2424
GLOBAL_ENV: ${{ github.event_name == 'push' && format('{0}', 'dev') || inputs.environment }}
2525
jobs:

0 commit comments

Comments
 (0)