Skip to content

Commit bd40e5c

Browse files
ci: bump node-version to lts
1 parent 02bd0da commit bd40e5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node.js
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: 18
23+
node-version: lts/*
2424
cache: yarn
2525
- name: Install dependencies
2626
run: yarn --immutable
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup Node.js
3838
uses: actions/setup-node@v4
3939
with:
40-
node-version: 18
40+
node-version: lts/*
4141
cache: yarn
4242
- name: Install dependencies
4343
run: yarn --immutable
@@ -61,7 +61,7 @@ jobs:
6161
- name: Setup Node.js
6262
uses: actions/setup-node@v4
6363
with:
64-
node-version: 18
64+
node-version: lts/*
6565
cache: yarn
6666
- name: Install dependencies
6767
run: yarn --immutable

0 commit comments

Comments
 (0)