Skip to content

Commit

Permalink
Revert node versions used in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chromium-52 committed Sep 6, 2023
1 parent 4aaafc6 commit c9f8569
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 19.x]
node-version: [10.x, 12.x, 14.x, 15.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -25,7 +25,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: npm_config_yes=true npx yarn-audit-fix
- run: yarn build --if-present
- run: yarn check
- run: yarn test
Expand Down

0 comments on commit c9f8569

Please sign in to comment.