Skip to content

Commit

Permalink
Upgrade GHA versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelloz committed Mar 17, 2024
1 parent 3784b8f commit f8fc373
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: ${{ matrix.node }}
pnpm-version: 8.15.4

# - uses: pnpm/action-setup@v2
# - uses: pnpm/action-setup@v3
# with:
# version: 8
# - name: Use Node.js ${{ matrix.node }} @ ${{ matrix.os }}
Expand All @@ -39,11 +39,11 @@ jobs:
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 21
cache: pnpm
Expand Down

0 comments on commit f8fc373

Please sign in to comment.