Skip to content

Commit 6b72425

Browse files
authored
Update build.yml
1 parent 5b8835d commit 6b72425

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
env:
19-
NODE_VER: 10
19+
NODE_VER: 12
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Use Node.js
@@ -37,7 +37,7 @@ jobs:
3737
run: echo "::set-env name=DEPLOY_PACKAGE::true"
3838

3939
- name: Publish to npm
40-
if: env.DEPLOY_PACKAGE == 'true'
40+
#if: env.DEPLOY_PACKAGE == 'true'
4141
run: npm pack && npm publish --access public
4242
env:
4343
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)