|
|
@ -45,13 +45,12 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
- uses: actions/setup-node@v2 |
|
|
|
- uses: actions/setup-node@v2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
node-version: "16.x" |
|
|
|
node-version: "12.x" |
|
|
|
registry-url: https://registry.npmjs.org/ |
|
|
|
registry-url: https://registry.npmjs.org/ |
|
|
|
- run: npm ci |
|
|
|
|
|
|
|
- run: npm version patch |
|
|
|
- run: npm version patch |
|
|
|
- run: npm publish |
|
|
|
- uses: JS-DevTools/npm-publish@v1 |
|
|
|
env: |
|
|
|
with: |
|
|
|
NODE_AUTH_TOKEN: ${{secrets.npm_token}} |
|
|
|
token: ${{secrets.npm_token}} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: commit |
|
|
|
- name: commit |
|
|
|