chore: add --ignore-engines to all install comands
This commit is contained in:
parent
7a6232968d
commit
6c9ac01407
2
.github/workflows/build-macos.yml
vendored
2
.github/workflows/build-macos.yml
vendored
@ -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
|
||||
|
||||
|
||||
2
.github/workflows/build-windows.yml
vendored
2
.github/workflows/build-windows.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
with:
|
||||
node-version: 14
|
||||
|
||||
- run: yarn install
|
||||
- run: yarn install --ignore-engines
|
||||
|
||||
- run: choco install nasm
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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 \
|
||||
" \
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user