We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d04001 commit 672d52fCopy full SHA for 672d52f
.github/workflows/npmpublish.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v2
15
- uses: actions/setup-node@v1
16
with:
17
- node-version: ${{ matrix.node }}
+ node-version: ${{matrix.node}}
18
- run: yarn install --frozen-lockfile
19
- run: yarn build
20
- run: yarn test
.github/workflows/npmtest.yml
@@ -13,7 +13,7 @@ jobs:
13
0 commit comments