Skip to content

Commit 2ec9fc5

Browse files
committed
ci(github): use node 18
1 parent cb74d77 commit 2ec9fc5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: 🏗 Setup node version
3232
uses: actions/setup-node@v3
3333
with:
34-
node-version: 16
34+
node-version: 18
3535
cache: 'pnpm'
3636
- run: |
3737
pnpm install --frozen-lockfile

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: 🏗 Setup node version
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: 16
23+
node-version: 18
2424
registry-url: 'https://registry.npmjs.org'
2525
cache: 'pnpm'
2626

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: 🏗 Setup node version
2424
uses: actions/setup-node@v3
2525
with:
26-
node-version: 16
26+
node-version: 18
2727
cache: 'pnpm'
2828

2929
- name: 🏗 Install dependencies

0 commit comments

Comments
 (0)