Skip to content

Commit 85ce00d

Browse files
authored
refactor!: minimum supported Node.js version is 14.15.0 (#163)
1 parent 3ff6b15 commit 85ce00d

File tree

4 files changed

+78
-78
lines changed

4 files changed

+78
-78
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
matrix:
5555
os: [ubuntu-latest, windows-latest, macos-latest]
56-
node-version: [12.x, 14.x, 16.x, 18.x]
56+
node-version: [14.x, 16.x, 18.x]
5757

5858
runs-on: ${{ matrix.os }}
5959

babel.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = (api) => {
1010
"@babel/preset-env",
1111
{
1212
targets: {
13-
node: "12.13.0",
13+
node: "14.15.0",
1414
},
1515
},
1616
],
@@ -23,7 +23,7 @@ module.exports = (api) => {
2323
"@babel/preset-env",
2424
{
2525
targets: {
26-
node: "0.12",
26+
node: "0.14",
2727
},
2828
},
2929
],

package-lock.json

Lines changed: 71 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)