We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f080464 commit f8ba3afCopy full SHA for f8ba3af
.github/workflows/ci.yml
@@ -10,15 +10,13 @@ jobs:
10
test:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
14
15
- name: Install pnpm
16
uses: pnpm/action-setup@v2
17
- with:
18
- version: 7
19
20
- name: Set node version to 16
21
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
22
with:
23
node-version: 16
24
cache: 'pnpm'
package.json
@@ -3,6 +3,7 @@
3
"version": "2.2.0",
4
"license": "MIT",
5
"author": "Evan You",
6
+ "packageManager": "[email protected]",
7
"files": [
8
"dist"
9
],
0 commit comments