feat: replace yarn to npm
Some checks failed
Publish / Publish npm package action (push) Failing after 7s

This commit is contained in:
Sergey Krylov 2026-01-21 05:42:21 +03:00
parent cf36efa6cc
commit 794695e43e

View File

@ -27,7 +27,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: 'Install dependencies'
run: echo "*** npm install ***" && npm install
run: echo "*** npm ci ***" && npm ci
- name: 'Generate contracts'
run: echo "*** npm run generate ***" && npm run generate