chore: add --ignore-engines to all install comands

This commit is contained in:
Daniel Lando 2023-10-16 18:01:18 +02:00
parent 7a6232968d
commit 6c9ac01407
5 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@ jobs:
with:
node-version: 14
- run: yarn install
- run: yarn install --ignore-engines
- run: yarn start --node-range node${{ matrix.target-node }} --output dist

View File

@ -22,7 +22,7 @@ jobs:
with:
node-version: 14
- run: yarn install
- run: yarn install --ignore-engines
- run: choco install nasm

View File

@ -34,6 +34,6 @@ ENV READELF_host=/usr/bin/readelf
COPY . ./
RUN yarn install
RUN yarn install --ignore-engines
RUN yarn start --arch $PKG_FETCH_OPTION_a --node-range $PKG_FETCH_OPTION_n --platform $PKG_FETCH_OPTION_p --output dist

View File

@ -21,7 +21,7 @@ COPY . ./
ARG PKG_FETCH_OPTION_n
RUN yarn install
RUN yarn install --ignore-engines
RUN scl enable devtoolset-10 rh-python36 \
" \

View File

@ -34,7 +34,7 @@ RUN npm install -g yarn
COPY . ./
RUN yarn install
RUN yarn install --ignore-engines
ARG PKG_FETCH_OPTION_a
ARG PKG_FETCH_OPTION_n