Skip to content

Commit 672d52f

Browse files
committed
remove space
1 parent 4d04001 commit 672d52f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npmpublish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v1
1616
with:
17-
node-version: ${{ matrix.node }}
17+
node-version: ${{matrix.node}}
1818
- run: yarn install --frozen-lockfile
1919
- run: yarn build
2020
- run: yarn test

.github/workflows/npmtest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-node@v1
1515
with:
16-
node-version: ${{ matrix.node }}
16+
node-version: ${{matrix.node}}
1717
- run: yarn install --frozen-lockfile
1818
- run: yarn build
1919
- run: yarn test

0 commit comments

Comments
 (0)