Release package version 0.0.5
All checks were successful
CI / build (push) Successful in 27s

Fix node render
This commit is contained in:
Andrey Kernichniy 2026-03-16 01:35:29 +07:00
parent 6c2373d6ec
commit 7689eeae67
6 changed files with 19 additions and 13 deletions

View file

@ -19,7 +19,7 @@ jobs:
registry-url: ${{ vars.VERDACCIO_URL }}
- name: Install dependencies
run: npm ci --registry ${{ vars.VERDACCIO_URL }}
run: npm ci --registry ${{ vars.VERDACCIO_URL }} --legacy-peer-deps
env:
VERDACCIO_URL: ${{ vars.VERDACCIO_URL }}
NODE_AUTH_TOKEN: ${{ secrets.VERDACCIO_TOKEN }}