Skip to content

Commit

Permalink
build: drop node v12 (#691)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: minimum supported `Node.js` version is `14.15.0`
  • Loading branch information
snitin315 committed May 17, 2022
1 parent a2b1f19 commit 675c676
Show file tree
Hide file tree
Showing 4 changed files with 1,787 additions and 2,939 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -59,7 +59,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
2 changes: 1 addition & 1 deletion babel.config.js
Expand Up @@ -12,7 +12,7 @@ module.exports = (api) => {
exclude:
process.env.NODE_ENV === "test" ? [] : ["proposal-dynamic-import"],
targets: {
node: "12.20.0",
node: "14.15.0",
},
},
],
Expand Down

0 comments on commit 675c676

Please sign in to comment.