Skip to content

Commit 1ddd88c

Browse files
committed
👷 ci: 升级 ci
1 parent e1909e6 commit 1ddd88c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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: Setup Node.js environment
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: '16'
21+
node-version: '18'
2222

2323
- name: Install deps
2424
run: pnpm install

.github/workflows/test.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: '18'
2020

2121
- name: Install deps
2222
run: pnpm install

0 commit comments

Comments
 (0)