Skip to content

Commit

Permalink
Add version:'latest' to ci-cd pnpm/action-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Draikth committed Jul 10, 2024
1 parent f2c5eab commit 6ef62a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
sudo -u postgres createdb --owner=$PGUSERNAME $PGDATABASE
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 'latest'

# Use the official setup-node action (sets up Node.js):
# https://github.com/actions/setup-node
Expand Down

0 comments on commit 6ef62a6

Please sign in to comment.