Skip to content

Commit 461e246

Browse files
sserrataclaude
andcommitted
chore(ci): bump Node to 22 in build-perf workflow
Aligns with the Node 22 requirement introduced by start-server-and-test 3.0.0 and is consistent with the release workflow upgrade. Also adds an explicit node-version to the build-time job which previously relied on the runner default. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d26651b commit 461e246

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-perf.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2121
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2222
with:
23-
node-version: "20"
23+
node-version: "22"
2424
cache: yarn
2525
- uses: preactjs/compressed-size-action@946a292cd35bd1088e0d7eb92b69d1a8d5b5d76a # v2
2626
with:
@@ -43,6 +43,7 @@ jobs:
4343
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4444
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
4545
with:
46+
node-version: "22"
4647
cache: yarn
4748
- name: Installation
4849
run: yarn

0 commit comments

Comments
 (0)