Skip to content

Commit 9db2e6b

Browse files
Bump engines rec.
1 parent 5fdc70b commit 9db2e6b

File tree

2 files changed

+4
-25
lines changed

2 files changed

+4
-25
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
timeout-minutes: 10
99
strategy:
1010
matrix:
11-
node-version: [14.x]
11+
node-version: [18.x]
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Use Node.js ${{ matrix.node-version }}
@@ -24,7 +24,7 @@ jobs:
2424
timeout-minutes: 10
2525
strategy:
2626
matrix:
27-
node-version: [12.x, 14.x]
27+
node-version: [18.x]
2828
steps:
2929
- uses: actions/checkout@v2
3030
- name: Use Node.js ${{ matrix.node-version }}
@@ -40,7 +40,7 @@ jobs:
4040
timeout-minutes: 10
4141
strategy:
4242
matrix:
43-
node-version: [14.x]
43+
node-version: [18.x]
4444
steps:
4545
- uses: actions/checkout@v2
4646
- name: Use Node.js ${{ matrix.node-version }}
@@ -50,24 +50,3 @@ jobs:
5050
- run: npm install
5151
- name: Run karma tests
5252
run: npm run test-karma
53-
coverage:
54-
needs: [test-node, test-karma]
55-
timeout-minutes: 10
56-
runs-on: ubuntu-latest
57-
strategy:
58-
matrix:
59-
node-version: [14.x]
60-
steps:
61-
- uses: actions/checkout@v2
62-
- name: Use Node.js ${{ matrix.node-version }}
63-
uses: actions/setup-node@v1
64-
with:
65-
node-version: ${{ matrix.node-version }}
66-
- run: npm install
67-
- name: Generate coverage report
68-
run: npm run coverage-ci
69-
- name: Upload coverage to Codecov
70-
uses: codecov/codecov-action@v1
71-
with:
72-
file: ./coverage/lcov.info
73-
fail_ci_if_error: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"webpack": "^5.24.3"
4040
},
4141
"engines": {
42-
"node": ">=12"
42+
"node": ">=18"
4343
},
4444
"keywords": [
4545
"JSON",

0 commit comments

Comments
 (0)