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

Fix node render
This commit is contained in:
Andrey Kernichniy 2026-03-16 01:40:02 +07:00
parent 6c2373d6ec
commit 7a95ae6ccc
6 changed files with 20 additions and 14 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 }}

View file

@ -21,7 +21,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 }}