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 5168464 commit eaecef6Copy full SHA for eaecef6
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/jekyll-build-pages@v1
21
22
# pnpm
23
- - uses: pnpm/action-setup@v4
+ - uses: pnpm/action-setup@v5
24
with:
25
run_install: false
26
- name: build 2025
.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v4
16
17
18
19
- run: pnpm install --frozen-lockfile
0 commit comments