Skip to content

Commit fb75f09

Browse files
Update npmpublish.yml
1 parent 6a8b9a1 commit fb75f09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/npmpublish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- name: Set up node
13-
uses: actions/setup-node@v1
12+
- uses: actions/setup-node@v1
1413
with:
15-
node-version: 12
14+
node-version: '12.x'
15+
registry-url: 'https://registry.npmjs.org'
1616
env:
1717
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
1818
- name: Compile

0 commit comments

Comments
 (0)