Skip to content

Commit 51039fa

Browse files
authored
workflow: Add @garmin public scope
workflow: Add @garmin public scope
2 parents c862368 + c9fe576 commit 51039fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 21
18+
node-version: 22
1919
- run: npm install --package-lock=false
2020
- run: npm test
2121

@@ -31,4 +31,4 @@ jobs:
3131
- name: Update npm
3232
run: npm install -g npm@10.9.8
3333
- run: npm install --package-lock=false
34-
- run: npm publish
34+
- run: npm publish --access public

0 commit comments

Comments
 (0)