Skip to content

Commit 12d8b03

Browse files
committed
ci: upgrade node version
1 parent 1cc8419 commit 12d8b03

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
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set node
2424
uses: actions/setup-node@v3
2525
with:
26-
node-version: 16.x
26+
node-version: 18.x
2727
cache: pnpm
2828

2929
- name: Install deps

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set node
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: 16.x
24+
node-version: 18.x
2525
registry-url: https://registry.npmjs.org/
2626
cache: pnpm
2727

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set node
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: 16.x
21+
node-version: 18.x
2222

2323
- run: npx changelogithub
2424
env:

0 commit comments

Comments
 (0)