Skip to content

Commit 94a2f05

Browse files
authored
Update npm-publish.yml
1 parent 8cab73d commit 94a2f05

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,7 @@ on:
44
types: [created]
55

66
jobs:
7-
build:
8-
runs-on: ubuntu-24.04
9-
steps:
10-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
11-
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
12-
with:
13-
cache: npm
14-
- run: npm ci
15-
- run: npm test
16-
177
publish-npm:
18-
needs: build
198
runs-on: ubuntu-24.04
209
steps:
2110
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)