Skip to content

Commit ea69fa9

Browse files
committed
feat: update ci
1 parent 7bb2759 commit ea69fa9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
- name: Set node
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: 16.x
20+
node-version: 18.x
2121

2222
- name: Setup
23-
run: npm i -g pnpm@8
23+
run: npm i -g pnpm@9
2424

2525
- name: Install
2626
run: pnpm i

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2727

2828
- name: Setup
29-
run: npm i -g pnpm@8
29+
run: npm i -g pnpm@9
3030

3131
- name: Install Dependencies
3232
run: pnpm i

0 commit comments

Comments
 (0)