Skip to content

Commit

Permalink
support [email protected] and later
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Jun 26, 2024
1 parent bab40bd commit 8ee3346
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/lucky-poets-shop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ryanatkn/belt": minor
---

support `[email protected]` and later
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: ['22.3']
node-version: ['20.12']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"funding": "https://www.ryanatkn.com/funding",
"type": "module",
"engines": {
"node": ">=22.3"
"node": ">=20.12"
},
"scripts": {
"start": "gro dev",
Expand Down
2 changes: 1 addition & 1 deletion src/routes/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const package_json = {
bugs: 'https://github.com/ryanatkn/belt/issues',
funding: 'https://www.ryanatkn.com/funding',
type: 'module',
engines: {node: '>=22.3'},
engines: {node: '>=20.12'},
scripts: {
start: 'gro dev',
dev: 'gro dev',
Expand Down

0 comments on commit 8ee3346

Please sign in to comment.