Skip to content

Commit

Permalink
chore(ci): upgrade and change lockfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexcited committed Jul 17, 2024
1 parent 4c6b9b1 commit f0b3423
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2

- uses: pnpm/action-setup@v4
with:
version: latest

Expand All @@ -27,6 +28,7 @@ jobs:
cache: 'pnpm'
node-version: 20
registry-url: 'https://registry.npmjs.com'
cache-dependency-path: 'npm/pnpm-lock.yaml'

- name: Bump package version
run: |
Expand Down

0 comments on commit f0b3423

Please sign in to comment.