Skip to content

Commit

Permalink
build: set min required node to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandjitsu committed Nov 6, 2024
1 parent 12f03d5 commit be711e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [8, 10, 12]
node-version: [12, 14, 16, 18]

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"webpack-cli": "^3.3.12"
},
"engines": {
"node": ">=4"
"node": ">=12"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit be711e9

Please sign in to comment.