We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d790ba commit 5d88f81Copy full SHA for 5d88f81
.github/workflows/gh-pages.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
30
with:
31
- node-version: 24
+ node-version: 24.5.0
32
33
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
34
name: Install pnpm
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
41
42
- - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
+ - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
43
name: Setup pnpm cache
44
45
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
0 commit comments