Skip to content

Commit

Permalink
GHA: pnpm@9, node@20
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Sep 13, 2024
1 parent a25d298 commit 92fdacc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/www.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ steps.resolve-ref.outputs.sha }}
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8
version: 9
- run: git fetch origin gh-pages
- id: base-sha
run: echo "BASE_SHA=$(./parse-ghp-base-sha.py -d root origin/gh-pages)" >> $GITHUB_OUTPUT
Expand All @@ -56,7 +56,7 @@ jobs:
- if: steps.www-changed.outputs.WWW_CHANGED
uses: actions/setup-node@v3
with:
node-version: 19
node-version: 20
cache: 'pnpm'
cache-dependency-path: www/pnpm-lock.yaml
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 92fdacc

Please sign in to comment.