Skip to content

Commit eec526c

Browse files
committed
chore: update gh action
1 parent f57dfc1 commit eec526c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/npm-publish.yml

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

77
jobs:
8-
build:
9-
runs-on: ubuntu-latest
10-
steps:
11-
- uses: actions/checkout@v4
12-
- uses: actions/setup-node@v4
13-
with:
14-
node-version: 20
15-
- run: npm ci
16-
- run: npm test
17-
188
publish-npm:
199
needs: build
2010
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)