Skip to content

Commit d419fab

Browse files
committed
chore: update workflow
1 parent 438b95b commit d419fab

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ jobs:
1818
- uses: actions/setup-node@v4
1919
with:
2020
node-version: 20
21-
- run: yarn install --immutable
22-
- name: Running tests
23-
run: yarn run test
21+
- run: npm install
2422
- name: Building
25-
run: yarn run build
23+
run: npm run build
2624
- name: Running audit
27-
run: yarn audit signatures
25+
run: npm audit signatures
2826
- name: Semantic release
2927
run: npx semantic-release
3028
env:

0 commit comments

Comments
 (0)