Skip to content

Commit 772be7e

Browse files
committed
remove unused steps on CI
1 parent a26ba9d commit 772be7e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ jobs:
2222
uses: actions/setup-node@v4
2323
with:
2424
node-version: ${{ matrix.node-version }}
25-
- name: yarn install, and build
26-
run: |
27-
yarn install
28-
yarn run build
25+
- name: install deps
26+
run: npm ci
2927
- uses: JS-DevTools/npm-publish@v3
3028
with:
3129
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)