Skip to content

Commit cfa621b

Browse files
committed
ci: use node 18
1 parent f27432f commit cfa621b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-android.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Node.js 🔧
3434
uses: actions/setup-node@v3
3535
with:
36-
node-version: "16.x"
36+
node-version: "18.x"
3737
cache: 'yarn'
3838
cache-dependency-path: |
3939
yarn.lock

.github/workflows/release-ios.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js 🔧
2525
uses: actions/setup-node@v3
2626
with:
27-
node-version: 16
27+
node-version: 18
2828
cache: 'yarn'
2929
cache-dependency-path: |
3030
yarn.lock

0 commit comments

Comments
 (0)