Skip to content

Commit

Permalink
require node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed May 4, 2024
1 parent 413d7d5 commit 7e43914
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: true
matrix:
node-version: [20.x, 22.x]
node-version: [22.x]

name: Node ${{ matrix.node-version }}

Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [4.0.0-alpha.3](https://github.com/supercharge/framework/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) - 2023-xx-xx
## [4.0.0-alpha.3](https://github.com/supercharge/framework/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) - 2024-xx-xx

### Added
- `@supercharge/application`
Expand All @@ -18,6 +18,9 @@
- `@supercharge/vite`
- create correct `hotFilePath` to `<publicDirectory>/<buildDirectory>/.vite/hot.json`

### Breaking Changes
- require Node.js 22


## [4.0.0-alpha.2](https://github.com/supercharge/framework/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) - 2023-12-12

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"nx": "17.1.2"
},
"engines": {
"node": ">=20"
"node": ">=22"
},
"homepage": "https://superchargejs.com",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"uvu": "~0.5.6"
},
"engines": {
"node": ">=20"
"node": ">=22"
},
"homepage": "https://superchargejs.com",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"uvu": "~0.5.6"
},
"engines": {
"node": ">=20"
"node": ">=22"
},
"homepage": "https://superchargejs.com",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"uvu": "~0.5.6"
},
"engines": {
"node": ">=20"
"node": ">=22"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"uvu": "~0.5.6"
},
"engines": {
"node": ">=20"
"node": ">=22"
},
"homepage": "https://superchargejs.com",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"uvu": "~0.5.6"
},
"engines": {
"node": ">=20"
"node": ">=22"
},
"homepage": "https://superchargejs.com",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"uvu": "~0.5.6"
},
"engines": {
"node": ">=20"
"node": ">=22"
},
"homepage": "https://superchargejs.com",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/encryption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"uvu": "~0.5.6"
},
"engines": {
"node": ">=20"
"node": ">=22"
},
"homepage": "https://superchargejs.com",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/facades/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"uvu": "~0.5.6"
},
"engines": {
"node": ">=20"
"node": ">=22"
},
"homepage": "https://superchargejs.com",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/hashing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"uvu": "~0.5.6"
},
"engines": {
"node": ">=20"
"node": ">=22"
},
"homepage": "https://superchargejs.com",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"uvu": "~0.5.6"
},
"engines": {
"node": ">=20"
"node": ">=22"
},
"homepage": "https://superchargejs.com",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"uvu": "~0.5.6"
},
"engines": {
"node": ">=20"
"node": ">=22"
},
"keywords": [
"supercharge",
Expand Down
2 changes: 1 addition & 1 deletion packages/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"uvu": "~0.5.6"
},
"engines": {
"node": ">=20"
"node": ">=22"
},
"keywords": [
"supercharge",
Expand Down
2 changes: 1 addition & 1 deletion packages/session/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"uvu": "~0.5.6"
},
"engines": {
"node": ">=20"
"node": ">=22"
},
"homepage": "https://superchargejs.com",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"uvu": "~0.5.6"
},
"engines": {
"node": ">=20"
"node": ">=22"
},
"homepage": "https://superchargejs.com",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"uvu": "~0.5.6"
},
"engines": {
"node": ">=20"
"node": ">=22"
},
"homepage": "https://superchargejs.com",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"vite": "~5.0.10"
},
"engines": {
"node": ">=20"
"node": ">=22"
},
"homepage": "https://superchargejs.com",
"keywords": [
Expand Down

0 comments on commit 7e43914

Please sign in to comment.