Skip to content

Commit e22cd58

Browse files
committed
fix publish workflow to match cyphera-node
1 parent 587d58f commit e22cd58

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v6
17-
- uses: actions/setup-node@v4
17+
- uses: actions/setup-node@v6
1818
with:
19-
node-version: '22'
19+
node-version: '24'
2020
registry-url: 'https://registry.npmjs.org'
2121
- run: npm test
22-
- run: npm publish --provenance --access public
23-
env:
24-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
22+
- run: npm publish --tag alpha

0 commit comments

Comments
 (0)