Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneJeon committed May 27, 2023
1 parent 3e359c0 commit f0d10af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ workflows:
build:
jobs:
- lint:
node-version: 18
node-version: 18.16
post-steps:
- &retrieve-junit
store_test_results:
Expand All @@ -52,8 +52,8 @@ workflows:
matrix:
parameters:
node-version:
- 18
- 16
- 18.16
- 16.20
post-steps:
- *retrieve-junit
- codecov/upload # don't need token for public repos
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- run: npm run lint

test:
needs: lint
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit f0d10af

Please sign in to comment.