We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef6cb07 commit 32e8eecCopy full SHA for 32e8eec
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@master
13
- uses: actions/setup-node@master
14
with:
15
- node-version: '10.x'
+ node-version: '14.x'
16
registry-url: 'https://registry.npmjs.org'
17
- name: Install, Build, and Test
18
run: |
@@ -22,4 +22,4 @@ jobs:
22
23
npm publish --access public
24
env:
25
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments