Skip to content

Commit

Permalink
refactor!: drop node version 12 (#3251)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh3112 authored and snitin315 committed Sep 10, 2022
1 parent 26ba6a8 commit 0e99cd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/nodejs.yml
Expand Up @@ -58,7 +58,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [10.x, 12.x, 14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x]
webpack-version: [latest]
dev-server-version: [latest]
include:
Expand All @@ -70,9 +70,6 @@ jobs:
os: ubuntu-latest
dev-server-version: latest
webpack-version: webpack-4
exclude:
- node-version: 10.x
dev-server-version: latest

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
"url": "https://opencollective.com/webpack"
},
"engines": {
"node": ">=10.13.0"
"node": ">=14.15.0"
},
"keywords": [
"webpack",
Expand Down

0 comments on commit 0e99cd6

Please sign in to comment.