Skip to content

Commit 402d1a7

Browse files
committed
update workflow
1 parent 8a5f50b commit 402d1a7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ on:
88
types: [created]
99

1010
jobs:
11+
build:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v3
15+
- uses: actions/setup-node@v3
16+
with:
17+
node-version: 16
18+
- run: npm ci
19+
# - run: npm test
20+
1121
publish-npm:
1222
needs: build
1323
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)