Skip to content

Commit

Permalink
chore: drop support for node < 16
Browse files Browse the repository at this point in the history
  • Loading branch information
alekitto committed Feb 23, 2024
1 parent e359d1d commit 677acfd
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 12 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ jobs:
strategy:
matrix:
node_version:
- 12
- 14
- 16
- 18
- 19
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ jobs:
strategy:
matrix:
node_version:
- 12
- 14
- 16
- 18
- 20
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-windows-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
- macos-latest
- windows-latest
node_version:
- 12
- 14
- 16
- 18
- 20
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"license": "MIT",
"engines": {
"node": ">=12.0.0"
"node": ">=16.0.0"
},
"peerDependencies": {
"@jymfony/compiler": "next"
Expand All @@ -44,7 +44,7 @@
"mocha": "^10.2.0",
"mongodb": "^3.6.6",
"nyc": "^15.1.0",
"typescript": "^4.0 || ^5.0"
"typescript": "^5.0"
},
"repository": "https://github.com/jymfony/jymfony.git",
"flat": true,
Expand Down
2 changes: 0 additions & 2 deletions src/Component/Autoloader/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ jobs:
strategy:
matrix:
node_version:
- 12
- 14
- 16
- 18
- 20
Expand Down
2 changes: 0 additions & 2 deletions src/Component/Cache/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ jobs:
strategy:
matrix:
node_version:
- 12
- 14
- 16
- 18
- 20
Expand Down

0 comments on commit 677acfd

Please sign in to comment.