Skip to content

Commit cfb42f0

Browse files
committed
ci: use lts/* where node version doesn't matter
1 parent 21b9cc9 commit cfb42f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: ⎔ Setup Node
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: 18
23+
node-version: lts/*
2424

2525
- name: 📥 Install dependencies
2626
run: npm ci

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: ⎔ Setup node
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: 18
24+
node-version: lts/*
2525

2626
- name: 📥 Install deps
2727
run: npm ci

0 commit comments

Comments
 (0)