Skip to content

Commit f99b9f4

Browse files
committed
Fix publish to NPM
1 parent 171cdee commit f99b9f4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: 22
23+
node-version: 24
2424
registry-url: https://registry.npmjs.org
2525

2626
- name: Install Dependencies
@@ -30,4 +30,4 @@ jobs:
3030
run: npm run build
3131

3232
- name: Publish
33-
run: npm publish --verbose
33+
run: npm publish --access public

.servbay.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
NODE_VERSION=22
1+
NODE_VERSION=24

0 commit comments

Comments
 (0)