Skip to content

Commit 9aa6d4b

Browse files
committed
ci: run tests on last node LTS
1 parent 8b068fb commit 9aa6d4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- run: corepack enable
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 20
17+
node-version: lts/-1
1818
cache: "pnpm"
1919

2020
- name: 📦 Install dependencies

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)