Skip to content

Commit

Permalink
chore: drop node v18 and 19 support
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node v18 and v19 are no longer supported
  • Loading branch information
alvis committed May 6, 2024
1 parent d8a8084 commit 14cbfa5
Show file tree
Hide file tree
Showing 3 changed files with 5,981 additions and 4,846 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [18, 19, 20, 21]
node: [20, 21, 22]
steps:
- name: enable corepack
run: corepack enable
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -2,9 +2,9 @@
"name": "presetter-monorepo",
"private": true,
"version": "4.7.2",
"packageManager": "pnpm@8.6.0",
"packageManager": "pnpm@9.1.0",
"engines": {
"node": ">=16.0.0"
"node": ">=20.0.0"
},
"description": "Make project configurations clean with presets",
"keywords": [],
Expand Down Expand Up @@ -43,7 +43,7 @@
"presetter-preset-strict": "workspace:*"
},
"devDependencies": {
"@types/node": "*",
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
}
}

0 comments on commit 14cbfa5

Please sign in to comment.