Skip to content

Commit 298425b

Browse files
authored
Update npm-publish-github-packages.yml
1 parent 6cf9f9f commit 298425b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@ 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: 20
18-
- run: npm i
19-
- run: npm ci
20-
- run: npm test
21-
2211
publish-gpr:
2312
needs: build
2413
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)