We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee39ac6 commit b77e20aCopy full SHA for b77e20a
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
12
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
13
with:
14
- node-version: 24
+ node-version: 24.14.1
15
cache: pnpm
16
- run: pnpm install --frozen-lockfile
17
- name: Verify CSP inline script hash
.github/workflows/deploy.yml
@@ -13,7 +13,7 @@ jobs:
18
19
- run: pnpm run typecheck
0 commit comments