Skip to content

Commit 819d198

Browse files
committed
ci: run tests on last node LTS
1 parent bb6c1e3 commit 819d198

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
@@ -34,7 +34,7 @@ jobs:
3434
- run: corepack enable
3535
- uses: actions/setup-node@v4
3636
with:
37-
node-version: 20
37+
node-version: lts/-1
3838
cache: pnpm
3939

4040
- name: 📦 Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set node
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 20
22+
node-version: lts/-1
2323

2424
- run: npx changelogithub
2525
env:

0 commit comments

Comments
 (0)