Skip to content

Commit 6b63c75

Browse files
For linting and testing auto update the node version to "lts/*" (#10323)
1 parent 52fdcaa commit 6b63c75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint-js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: corepack enable
2424
- uses: actions/setup-node@v4
2525
with:
26-
node-version: '18'
26+
node-version: 'lts/*'
2727
cache: 'pnpm'
2828
- run: pnpm i --frozen-lockfile
2929
- run: pnpm format:check
@@ -35,7 +35,7 @@ jobs:
3535
- run: corepack enable
3636
- uses: actions/setup-node@v4
3737
with:
38-
node-version: '18'
38+
node-version: 'lts/*'
3939
cache: 'pnpm'
4040
- run: pnpm i --frozen-lockfile
4141
- run: pnpm eslint:check
@@ -47,7 +47,7 @@ jobs:
4747
- run: corepack enable
4848
- uses: actions/setup-node@v4
4949
with:
50-
node-version: '18'
50+
node-version: 'lts/*'
5151
cache: 'pnpm'
5252
- run: pnpm i --frozen-lockfile
5353
- run: pnpm ts:check

0 commit comments

Comments
 (0)