Selaa lähdekoodia

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

martin frances 11 kuukautta sitten
vanhempi
sitoutus
6b63c75504
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      .github/workflows/lint-js.yml

+ 3 - 3
.github/workflows/lint-js.yml

@@ -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