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 5e6ec92 commit 962fe53Copy full SHA for 962fe53
.github/workflows/deploy.yml
@@ -26,11 +26,11 @@ jobs:
26
fetch-depth: 0 # Not needed if lastUpdated is not enabled
27
- uses: pnpm/action-setup@v3 # pnpm is optional but recommended, you can also use npm / yarn
28
with:
29
- version: 8
+ version: 10
30
- name: Setup Node
31
uses: actions/setup-node@v4
32
33
- node-version: 20
+ node-version: 24
34
cache: pnpm
35
- name: Setup Pages
36
uses: actions/configure-pages@v5
0 commit comments