Skip to content

Commit

Permalink
fix: bump setup-node to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
emnnipal committed Jan 24, 2024
1 parent f3ba735 commit a93c4da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
with:
ref: ${{ inputs.branch }}

- uses: pnpm/action-setup@v2.0.1
- uses: pnpm/action-setup@v2
with:
version: 7.0.1

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: 16.15.0
cache: 'pnpm'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
with:
ref: ${{ github.ref }}

- uses: pnpm/action-setup@v2.0.1
- uses: pnpm/action-setup@v2
with:
version: 7.0.1

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: 16.15.0
cache: 'pnpm'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
with:
ref: ${{ github.ref }}

- uses: pnpm/action-setup@v2.0.1
- uses: pnpm/action-setup@v2
with:
version: 7.0.1

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: 16.15.0
cache: 'pnpm'
Expand Down

0 comments on commit a93c4da

Please sign in to comment.