Skip to content

Commit

Permalink
Removing Node versions 10 and 12 from the github action due to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
MACBOOK authored and MACBOOK committed Feb 23, 2023
1 parent 5c65c7e commit 96d7c91
Show file tree
Hide file tree
Showing 2 changed files with 8,979 additions and 338 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
fail-fast: false
matrix:
node:
- 10
- 12
- 14
- 16
- 18
Expand All @@ -44,7 +42,6 @@ jobs:

- name: Run Jest
run: npm test
if: matrix.node != env.NODE_COV

- name: Run Jest with coverage
run: npm run cover
Expand Down
Loading

0 comments on commit 96d7c91

Please sign in to comment.