Skip to content

Commit e0e6efc

Browse files
authored
Update npmpublish.yml
1 parent d91e36d commit e0e6efc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/npmpublish.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10-
steps:
11-
- uses: actions/checkout@v1
12-
- uses: actions/setup-node@v1
13-
with:
14-
node-version: 12
15-
- run: npm ci
16-
- run: npm test
10+
# steps:
11+
# - uses: actions/checkout@v1
12+
# - uses: actions/setup-node@v1
13+
# with:
14+
# node-version: 12
15+
# - run: npm ci
16+
# - run: npm test
1717

1818
publish-npm:
1919
needs: build

0 commit comments

Comments
 (0)