Skip to content

Commit ab4d126

Browse files
committed
Make build pass
1 parent 90ed01c commit ab4d126

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/npmpublish.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ on:
55
types: [created]
66

77
jobs:
8-
# build:
9-
# 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
8+
build:
9+
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
1717

1818
publish-npm:
1919
needs: build

0 commit comments

Comments
 (0)