Skip to content

Commit 466e39e

Browse files
committed
chore: bump node to 20.20.0
1 parent 9f59a1b commit 466e39e

9 files changed

Lines changed: 9 additions & 7 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
- name: Setup Node.js
1212
uses: actions/setup-node@v6
1313
with:
14-
node-version: 20.19.0
14+
node-version: 20.20.0
1515

1616
- name: Cache dependencies
1717
id: yarn-cache

.github/workflows/build-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup Node.js
1212
uses: actions/setup-node@v6
1313
with:
14-
node-version: 20.19.0
14+
node-version: 20.20.0
1515
# Unpack Libsodium
1616
- name: Unpack Libsodium
1717
run: yarn postinstall

.github/workflows/build-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node.js
1515
uses: actions/setup-node@v6
1616
with:
17-
node-version: 20.19.0
17+
node-version: 20.20.0
1818
# Unpack Libsodium
1919
- name: Unpack Libsodium
2020
run: yarn postinstall

.github/workflows/e2e-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Node.js
1313
uses: actions/setup-node@v6
1414
with:
15-
node-version: 20.19.0
15+
node-version: 20.20.0
1616
# build app
1717
- name: Get yarn cache directory path
1818
id: yarn-cache-dir-path

.github/workflows/e2e-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Node.js
1313
uses: actions/setup-node@v6
1414
with:
15-
node-version: 20.19.0
15+
node-version: 20.20.0
1616
# build App
1717
- name: Get yarn cache directory path
1818
id: yarn-cache-dir-path

.github/workflows/e2e-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v6
1111
- uses: actions/setup-node@v6
1212
with:
13-
node-version: 20.19.0
13+
node-version: 20.20.0
1414
- name: Install node_modules
1515
run: yarn install --frozen-lockfile
1616
- name: Install node_modules for example/

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
20.20.0

example/.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
20.20.0

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
"webpack-dev-server": "^4.15.0"
3737
},
3838
"engines": {
39-
"node": ">=20.19.0"
39+
"node": ">=20.20"
4040
}
4141
}

0 commit comments

Comments
 (0)