Skip to content

Commit

Permalink
chore: upgrade pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Feb 12, 2025
1 parent 4b923e4 commit 8eb8f38
Show file tree
Hide file tree
Showing 4 changed files with 2,800 additions and 2,287 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,16 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v4
with:
version: 7
run_install: true

- name: Build
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,16 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v4
with:
version: 7
run_install: true

- name: Type check
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,6 @@
},
"tsd": {
"directory": "tests"
}
},
"packageManager": "pnpm@9.15.4"
}
Loading

0 comments on commit 8eb8f38

Please sign in to comment.