Skip to content

Commit f8ba3af

Browse files
committed
chore: add packageManager
1 parent f080464 commit f8ba3af

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414

1515
- name: Install pnpm
1616
uses: pnpm/action-setup@v2
17-
with:
18-
version: 7
1917

2018
- name: Set node version to 16
21-
uses: actions/setup-node@v2
19+
uses: actions/setup-node@v4
2220
with:
2321
node-version: 16
2422
cache: 'pnpm'

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "2.2.0",
44
"license": "MIT",
55
"author": "Evan You",
6+
"packageManager": "[email protected]",
67
"files": [
78
"dist"
89
],

0 commit comments

Comments
 (0)