Skip to content

Commit 5dbdd0e

Browse files
committed
BREAKING: bump minimum node version from 12 to 14
1 parent bb9c23d commit 5dbdd0e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-lint-test.yml

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

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v12
1+
v14

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dist/"
1212
],
1313
"engines": {
14-
"node": ">=12.0.0"
14+
"node": ">=14.0.0"
1515
},
1616
"scripts": {
1717
"build": "rm -rf dist/* && tsc",

0 commit comments

Comments
 (0)