Skip to content

Commit b77e20a

Browse files
chore(deps): pin dependency node to 24.14.1
1 parent ee39ac6 commit b77e20a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
1212
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
1313
with:
14-
node-version: 24
14+
node-version: 24.14.1
1515
cache: pnpm
1616
- run: pnpm install --frozen-lockfile
1717
- name: Verify CSP inline script hash

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
1414
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
1515
with:
16-
node-version: 24
16+
node-version: 24.14.1
1717
cache: pnpm
1818
- run: pnpm install --frozen-lockfile
1919
- run: pnpm run typecheck

0 commit comments

Comments
 (0)