Skip to content

Commit 8e54b5c

Browse files
committed
ci: build settings
1 parent 99e4d58 commit 8e54b5c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/auto-publish.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@master
17-
- uses: actions/setup-node@v2
17+
- uses: actions/setup-node@v4
1818
with:
1919
node-version: '18.x'
2020
registry-url: 'https://registry.npmjs.org'
2121
scope: '@wlocalhost'
22+
always-auth: true
23+
token: ${{ secrets.NPM_TOKEN }}
24+
cache: 'yarn'
2225

2326
- name: Install modules & build the Library
2427
run: |

0 commit comments

Comments
 (0)