Skip to content

Commit 8de67a4

Browse files
Merge pull request #87 from uniocjs/dev-groupguanfang
ci: update
2 parents 782cfc5 + 2a77e59 commit 8de67a4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: CI
22

33
on:
4-
push:
5-
branches: [v1]
64
pull_request:
75
branches: [v1]
86

@@ -21,7 +19,7 @@ jobs:
2119
- name: Install pnpm
2220
uses: pnpm/action-setup@v2
2321
with:
24-
version: 8
22+
version: 9
2523
run_install: false
2624

2725
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)