Skip to content

Commit 5a43a2d

Browse files
committed
ci: bump to lts node versions
1 parent 6c797a8 commit 5a43a2d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/changelogensets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: corepack enable
2626
- uses: actions/setup-node@v4
2727
with:
28-
node-version: 20
28+
node-version: lts/*
2929
cache: "pnpm"
3030

3131
- name: Install dependencies

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run: corepack enable
2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 18
24+
node-version: 20
2525
cache: "pnpm"
2626
- run: pnpm install
2727

.github/workflows/release-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: corepack enable
2020
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2121
with:
22-
node-version: 20
22+
node-version: lts/*
2323
cache: "pnpm"
2424

2525
- name: Install dependencies
@@ -43,7 +43,7 @@ jobs:
4343
- run: corepack enable
4444
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
4545
with:
46-
node-version: 20
46+
node-version: lts/*
4747
registry-url: "https://registry.npmjs.org/"
4848
cache: "pnpm"
4949

0 commit comments

Comments
 (0)