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 0f1ea18 commit 8f6565bCopy full SHA for 8f6565b
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
build:
10
strategy:
11
matrix:
12
- node-version: [14.x, 15.x]
+ node-version: ['14', '15']
13
14
runs-on: ubuntu-latest
15
steps:
.github/workflows/npm.yml
@@ -9,12 +9,12 @@ jobs:
- uses: actions/checkout@v2
- - name: Build Node.js 15.x
- uses: actions/setup-node@v1
+ - uses: actions/setup-node@v1
with:
- node-version: '15.x'
+ node-version: '15'
16
registry-url: 'https://registry.npmjs.org'
17
- run: npm install
+ - run: npm build
18
- run: npm publish
19
env:
20
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments