Skip to content

Commit 16cf68f

Browse files
committed
ci: use last lts version rather than hard-code it
1 parent 130ff9e commit 16cf68f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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
@@ -35,7 +35,7 @@ jobs:
3535
- run: corepack enable
3636
- uses: actions/setup-node@v4
3737
with:
38-
node-version: 20
38+
node-version: lts/-1
3939
cache: pnpm
4040

4141
- name: 📦 Install dependencies

0 commit comments

Comments
 (0)