Skip to content

Commit

Permalink
set engines for the package and bump node version
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Dec 6, 2024
1 parent a394b97 commit b063eb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18]
node-version: [20]
steps:
- uses: actions/checkout@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"files": [
"dist"
],
"engines": {
"node": ">=20"
},
"repository": "ensdomains/thorin",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit b063eb9

Please sign in to comment.