Skip to content

Commit b422373

Browse files
committed
more --ignore-engines
1 parent 45ac62a commit b422373

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
@@ -48,7 +48,7 @@ jobs:
4848
# older node versions need an older nft
4949
- run: |
5050
SENTRYCLI_SKIP_DOWNLOAD=1 yarn install --ignore-engines --frozen-lockfile
51-
SENTRYCLI_SKIP_DOWNLOAD=1 yarn add @vercel/nft@0.22.1
51+
SENTRYCLI_SKIP_DOWNLOAD=1 yarn add @vercel/nft@0.22.1 --ignore-engines
5252
if: matrix.node-version == '10.x' || matrix.node-version == '12.x'
5353
5454
- run: yarn test

0 commit comments

Comments
 (0)