Skip to content

Commit 991ed4b

Browse files
chore: Updates CI node version
1 parent f63b47d commit 991ed4b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js environment
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: '16'
22+
node-version: '20'
2323
cache: 'yarn'
2424
- name: Install dependencies
2525
run: yarn install --immutable --prefer-offline

.github/workflows/is-compatible.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v3
99
- uses: actions/setup-node@v3
1010
with:
11-
node-version: '16'
11+
node-version: '20'
1212
cache: 'yarn'
1313
- name: Install dependencies
1414
run: yarn install --immutable --prefer-offline

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js environment
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '16'
19+
node-version: '20'
2020
cache: 'yarn'
2121

2222
- name: Setup Go environment

0 commit comments

Comments
 (0)