Skip to content

Commit

Permalink
chore: drop old node.js version (#443)
Browse files Browse the repository at this point in the history
BREACKING CHANGE: minimum supported `Node.js` version is `14.15.0` and parser5 was updated to `7.0.0` version
  • Loading branch information
alexander-akait committed Jun 15, 2022
1 parent f0a7935 commit 36cbff6
Show file tree
Hide file tree
Showing 9 changed files with 3,106 additions and 3,789 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [12.x, 14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x]
webpack-version: [latest]

runs-on: ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions babel.config.js
Expand Up @@ -10,7 +10,7 @@ module.exports = (api) => {
"@babel/preset-env",
{
targets: {
node: "12.13.0",
node: "14.15.0",
},
},
],
Expand All @@ -23,7 +23,7 @@ module.exports = (api) => {
"@babel/preset-env",
{
targets: {
node: "0.12",
node: "0.14",
},
},
],
Expand Down

0 comments on commit 36cbff6

Please sign in to comment.