Skip to content

Commit

Permalink
fix: Bump CI action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PuruVJ committed Jul 4, 2024
1 parent cd1ef50 commit af6a5f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x
cache: 'pnpm'

- run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit af6a5f0

Please sign in to comment.