Skip to content

Commit 45ac62a

Browse files
committed
--ignore-engines
1 parent 18fb245 commit 45ac62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
# older node versions need an older nft
4949
- run: |
50-
SENTRYCLI_SKIP_DOWNLOAD=1 yarn install -f --frozen-lockfile
50+
SENTRYCLI_SKIP_DOWNLOAD=1 yarn install --ignore-engines --frozen-lockfile
5151
SENTRYCLI_SKIP_DOWNLOAD=1 yarn add @vercel/nft@0.22.1
5252
if: matrix.node-version == '10.x' || matrix.node-version == '12.x'
5353

0 commit comments

Comments
 (0)