Skip to content

Commit 76bfb5b

Browse files
committed
Upgrade to node v20 for build-perf and canary workflows
1 parent d2ef247 commit 76bfb5b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-perf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
1919
with:
20-
node-version: "18"
20+
node-version: "20"
2121
cache: yarn
2222
- uses: preactjs/compressed-size-action@946a292cd35bd1088e0d7eb92b69d1a8d5b5d76a # v2
2323
with:

.github/workflows/canary-beta-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Node
2424
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2525
with:
26-
node-version: "18"
26+
node-version: "20"
2727
cache: yarn
2828
- name: Prepare git
2929
run: |

.github/workflows/canary-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Node
2424
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2525
with:
26-
node-version: "18"
26+
node-version: "20"
2727
cache: yarn
2828
- name: Prepare git
2929
run: |

0 commit comments

Comments
 (0)