Skip to content

Commit

Permalink
chore: update ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackman99 committed Nov 22, 2024
1 parent eb0ad61 commit f501d78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- name: Setup Node 21
uses: actions/setup-node@v3
with:
node-version: "21"
node-version: 21.7.3
- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v4
with:
version: 8.15.6
version: 9.6.0
- name: Install Dependencies
run: pnpm i
- name: Create release and publish to npm
Expand Down

0 comments on commit f501d78

Please sign in to comment.