Skip to content

Commit

Permalink
chore: add packageManager
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Nov 16, 2023
1 parent f080464 commit f8ba3af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7

- name: Set node version to 16
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16
cache: 'pnpm'
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "2.2.0",
"license": "MIT",
"author": "Evan You",
"packageManager": "pnpm@7.33.5",
"files": [
"dist"
],
Expand Down

0 comments on commit f8ba3af

Please sign in to comment.