Skip to content

Commit

Permalink
Try to fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sebamarynissen committed Dec 5, 2024
1 parent 7e3026c commit 7b95743
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -15,12 +15,12 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
registry-url: https://registry.npmjs.org/
cache: npm
- run: npm install -g npm@latest
- run: npm i
- run: npm test
- run: npm whoami; npm publish smart-arraybuffer --provenance --access public
- run: npm whoami; npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"tsx": "^4.19.2",
"typescript": "^5.7.2"
},
"typings": "typings/smart-arraybuffer.d.ts",
"dependencies": {},
"scripts": {
"prepublish": "npm install -g typescript && npm run build",
Expand Down

0 comments on commit 7b95743

Please sign in to comment.