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 438b95b commit d419fabCopy full SHA for d419fab
.github/workflows/release.yml
@@ -18,13 +18,11 @@ jobs:
18
- uses: actions/setup-node@v4
19
with:
20
node-version: 20
21
- - run: yarn install --immutable
22
- - name: Running tests
23
- run: yarn run test
+ - run: npm install
24
- name: Building
25
- run: yarn run build
+ run: npm run build
26
- name: Running audit
27
- run: yarn audit signatures
+ run: npm audit signatures
28
- name: Semantic release
29
run: npx semantic-release
30
env:
0 commit comments