Skip to content

Commit 5e535db

Browse files
committed
ci: run tests on last node LTS
1 parent f1d4841 commit 5e535db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- run: corepack enable
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 20
20+
node-version: lts/-1
2121
cache: pnpm
2222

2323
- name: 📦 Install dependencies
@@ -40,7 +40,7 @@ jobs:
4040
- run: corepack enable
4141
- uses: actions/setup-node@v4
4242
with:
43-
node-version: 20
43+
node-version: lts/-1
4444
cache: pnpm
4545

4646
- name: 📦 Install dependencies

.github/workflows/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@v4
2020
with:
21-
node-version: 20
21+
node-version: lts/-1
2222
cache: pnpm
2323

2424
- name: 📦 Install dependencies

0 commit comments

Comments
 (0)