Skip to content

Commit 96d7c91

Browse files
MACBOOKMACBOOK
authored andcommitted
Removing Node versions 10 and 12 from the github action due to warning
1 parent 5c65c7e commit 96d7c91

File tree

2 files changed

+8979
-338
lines changed

2 files changed

+8979
-338
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
node:
22-
- 10
23-
- 12
2422
- 14
2523
- 16
2624
- 18
@@ -44,7 +42,6 @@ jobs:
4442

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

4946
- name: Run Jest with coverage
5047
run: npm run cover

0 commit comments

Comments
 (0)