Skip to content

Commit d6a4a18

Browse files
committed
build: bump minimum node version to 12
1 parent 3e7e671 commit d6a4a18

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: ['10', '12', '14', '16']
14+
node-version: ['12', '14', '16']
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Use Node.js ${{ matrix.node-version }}

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,8 @@
4040
"license": "GPL-3.0",
4141
"prettier": {
4242
"printWidth": 120
43+
},
44+
"engines": {
45+
"node": "^12 || ^14 || ^16"
4346
}
4447
}

0 commit comments

Comments
 (0)