Skip to content

Commit b9ac28a

Browse files
committed
--ignore-engines
1 parent 78b9eee commit b9ac28a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)