Skip to content

Commit

Permalink
temporarily force install due to version
Browse files Browse the repository at this point in the history
  • Loading branch information
pipobscure committed Mar 19, 2024
1 parent 8456cd4 commit 7560d51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "22"
- run: npm install
node-version: "21"
- run: npm install -f
- run: npm run build
- uses: JS-DevTools/npm-publish@v3
with:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": ""
"url": "https://github.com/pipobscure/sea"
},
"engines": {
"node": "^22.0.0-nightly || >=22.0.0"
Expand All @@ -38,6 +38,7 @@
},
"dependencies": {
"glob": "^10.3.10",
"minimatch": "^9.0.3",
"postject": "^1.0.0-alpha.6",
"terser": "^5.26.0"
}
Expand Down

0 comments on commit 7560d51

Please sign in to comment.