Skip to content

Commit ade4633

Browse files
committed
ci: run tests on last node LTS
1 parent cb0840f commit ade4633

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2727
with:
28-
node-version: 20
28+
node-version: lts/-1
2929
cache: "pnpm"
3030

3131
- name: Install dependencies

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- run: corepack enable
106106
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
107107
with:
108-
node-version: 20
108+
node-version: lts/-1
109109
cache: "pnpm"
110110

111111
- name: 📦 Install dependencies
@@ -137,7 +137,7 @@ jobs:
137137
- run: corepack enable
138138
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
139139
with:
140-
node-version: 20
140+
node-version: lts/-1
141141
cache: "pnpm"
142142

143143
- name: Install dependencies

.github/workflows/nightly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: corepack enable
1919
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2020
with:
21-
node-version: 20
21+
node-version: lts/-1
2222
registry-url: "https://registry.npmjs.org/"
2323
cache: "pnpm"
2424

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: corepack enable
2424
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2525
with:
26-
node-version: 20
26+
node-version: lts/-1
2727
registry-url: "https://registry.npmjs.org/"
2828
cache: "pnpm"
2929

0 commit comments

Comments
 (0)