Skip to content

Commit cac7d32

Browse files
authored
Chores/release v0.1.6 (#27)
* Update npm-publish.yml * Updated npm publish yaml * Update npm-publish.yml * Update npm-publish.yml * fix: upgraded lib package version
1 parent 9c316a7 commit cac7d32

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Check out code
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121
with:
2222
fetch-depth: 2
2323

@@ -26,10 +26,13 @@ jobs:
2626
version: 6.32.2
2727

2828
- name: Setup Node.js environment
29-
uses: actions/setup-node@v2
29+
uses: actions/setup-node@v3
3030
with:
31-
node-version: 16
31+
node-version: "16.x"
3232
cache: "pnpm"
33+
registry-url: "https://registry.npmjs.org"
34+
env:
35+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
3336

3437
- name: Install dependencies
3538
run: pnpm install --no-frozen-lockfile

0 commit comments

Comments
 (0)