Skip to content

Commit

Permalink
Upgrade to pnpm/action-setup@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky authored Jul 4, 2024
1 parent 22c1e2f commit 7df17e2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint-check-types-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ jobs:
run: |
sudo -u postgres createdb --owner=security_vulnerability_examples security_vulnerability_examples
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 'latest'
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
Expand Down

0 comments on commit 7df17e2

Please sign in to comment.