Skip to content

Commit efcddb4

Browse files
committed
drop support for node 12
1 parent 24ab917 commit efcddb4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup node.js
2323
uses: actions/setup-node@v3
2424
with:
25-
node-version: 12
25+
node-version: 14
2626
- name: Install dependencies
2727
uses: bahmutov/npm-install@v1
2828
- name: Lint
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup node.js
4242
uses: actions/setup-node@v3
4343
with:
44-
node-version: 12
44+
node-version: 14
4545
- name: Install dependencies
4646
uses: bahmutov/npm-install@v1
4747
with:
@@ -75,7 +75,7 @@ jobs:
7575
- name: Setup node.js
7676
uses: actions/setup-node@v3
7777
with:
78-
node-version: 12
78+
node-version: 14
7979
- name: Install dependencies
8080
uses: bahmutov/npm-install@v1
8181
- name: Test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"webpack": "5.74.0"
8080
},
8181
"engines": {
82-
"node": "12.* || 14.* || >= 16"
82+
"node": "14.* || 16.* || >= 18"
8383
},
8484
"publishConfig": {
8585
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)