Skip to content

Commit

Permalink
fix: node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 11, 2024
1 parent 4b8acf2 commit 284cd65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 23.x]
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 23.x]

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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"main": "dist/index.js",
"types": "declarations/index.d.ts",
"engines": {
"node": ">= 12.13.0"
"node": ">= 10.13.0"
},
"scripts": {
"start": "npm run build -- -w",
Expand Down Expand Up @@ -71,7 +71,7 @@
"prettier": "^2.5.1",
"standard-version": "^9.3.2",
"typescript": "^4.9.5",
"webpack": "^5.68.0"
"webpack": "^5.97.1"
},
"keywords": [
"webpack"
Expand Down

0 comments on commit 284cd65

Please sign in to comment.