Skip to content

Commit

Permalink
set correct version on pnpm/action-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ob6160 committed Aug 16, 2024
1 parent a2da731 commit 0f3833c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-e2e-firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
# enables use to use the cache in actions/setup-node
- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v4.0.0
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
Expand Down

0 comments on commit 0f3833c

Please sign in to comment.