We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cab73d commit 94a2f05Copy full SHA for 94a2f05
.github/workflows/npm-publish.yml
@@ -4,18 +4,7 @@ on:
4
types: [created]
5
6
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
-
17
publish-npm:
18
- needs: build
19
runs-on: ubuntu-24.04
20
steps:
21
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments