Skip to content

Commit 928aa67

Browse files
authored
publish
1 parent d781d64 commit 928aa67

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/main.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,13 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515

16-
strategy:
17-
matrix:
18-
node-version: [12.x]
19-
2016
steps:
2117
- uses: actions/checkout@v2
2218
- name: use node.js ${{ matrix.node-version }}
2319
uses: actions/setup-node@v1
2420
with:
25-
node-version: ${{ matrix.node-version }}
21+
node-version: '12.x'
22+
registry-url: 'https://registry.npmjs.org'
2623
- run: npm install
2724
- run: npm run build
2825
- run: npm test

0 commit comments

Comments
 (0)