diff --git a/.github/workflows/generator.yml b/.github/workflows/generator.yml index 6fc7114..71212f0 100644 --- a/.github/workflows/generator.yml +++ b/.github/workflows/generator.yml @@ -74,7 +74,7 @@ jobs: run: | git tag ${P} -m "${P}-node_modules.tar.xz" cd input - npm install --cache "${PWD}"/npm-cache + npm install --legacy-peer-deps --cache "${PWD}"/npm-cache tar --create --auto-compress --file /tmp/${P}-node_modules.tar.xz node_modules rm -rf node_modules