Skip to content

Commit 8b0e82f

Browse files
authored
Update npm-publish.yml
1 parent 9e8c378 commit 8b0e82f

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,10 @@ 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
11+
2012

2113
publish-npm:
22-
needs: build
14+
2315
runs-on: ubuntu-latest
2416
steps:
2517
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)