We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ac62a commit b422373Copy full SHA for b422373
.github/workflows/test_node.yml
@@ -48,7 +48,7 @@ jobs:
48
# older node versions need an older nft
49
- run: |
50
SENTRYCLI_SKIP_DOWNLOAD=1 yarn install --ignore-engines --frozen-lockfile
51
- SENTRYCLI_SKIP_DOWNLOAD=1 yarn add @vercel/nft@0.22.1
+ SENTRYCLI_SKIP_DOWNLOAD=1 yarn add @vercel/nft@0.22.1 --ignore-engines
52
if: matrix.node-version == '10.x' || matrix.node-version == '12.x'
53
54
- run: yarn test
0 commit comments