Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
windsonR authored Oct 9, 2024
1 parent 266204e commit f5fb6f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/[email protected]
with:
version: 9.12.1
- uses: actions/[email protected]
with:
node-version: 22.9.0
registry-url: https://registry.npmjs.org/
cache: 'pnpm'
- uses: pnpm/[email protected]
with:
version: 9.12.1
- run: npm install corepack -g
- run: corepack enable
- run: pnpm install
Expand Down

0 comments on commit f5fb6f6

Please sign in to comment.