For linting and testing auto update the node version to "lts/*" (#10323)

This commit is contained in:
martin frances
2024-08-18 11:55:38 +01:00
committed by GitHub
parent 52fdcaaf28
commit 6b63c75504

View File

@@ -23,7 +23,7 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: 'lts/*'
cache: 'pnpm'
- run: pnpm i --frozen-lockfile
- run: pnpm format:check
@@ -35,7 +35,7 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: 'lts/*'
cache: 'pnpm'
- run: pnpm i --frozen-lockfile
- run: pnpm eslint:check
@@ -47,7 +47,7 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: 'lts/*'
cache: 'pnpm'
- run: pnpm i --frozen-lockfile
- run: pnpm ts:check