Skip to content

Commit

Permalink
revert: node version upgrade in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sparten11740 committed Feb 13, 2024
1 parent 89bf14b commit 20ec800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 20
node-version: 18
- run: yarn --frozen-lockfile
- run: git submodule update --init --recursive
- run: yarn run coverage:lcov
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"lint": "prettier --list-different '**/*.js' && eslint .",
"format": "prettier --write '**/*.js'",
"coverage": "c8 --reporter=lcov --reporter=text npm run test",
"coverage:lcov": "c8 --reporter=lcovonly npm run test",
"coverage:lcov": "c8 --reporter=lcovonly yarn test",
"test:only:json-schema-testsuite": "tape test/json-schema.js | tap-spec",
"test": "yarn test:raw | tap-spec",
"test:raw": "yarn test:normal && yarn test:module",
Expand Down

0 comments on commit 20ec800

Please sign in to comment.