Skip to content

Commit 4b7ead1

Browse files
committed
chore: update supported node version
1 parent c06dc73 commit 4b7ead1

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v1
1111
- uses: actions/setup-node@v1
1212
with:
13-
node-version: 12
13+
node-version: '14.x'
1414
- run: npm install
1515
- run: npm test
1616
- id: publish

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: '12.x'
13+
node-version: '14.x'
1414
- run: npm install
1515
- run: npm run lint
1616
- run: npm run test

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
engine-strict=true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"proxyquire": "^2.1.3"
5151
},
5252
"engines": {
53-
"node": "12.x || 14.x || >= 16"
53+
"node": "14.x || >= 16"
5454
},
5555
"peerDependencies": {
5656
"eslint": ">=7.28.0"

0 commit comments

Comments
 (0)