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 18fb245 commit 45ac62aCopy full SHA for 45ac62a
.github/workflows/test_node.yml
@@ -47,7 +47,7 @@ jobs:
47
48
# older node versions need an older nft
49
- run: |
50
- SENTRYCLI_SKIP_DOWNLOAD=1 yarn install -f --frozen-lockfile
+ SENTRYCLI_SKIP_DOWNLOAD=1 yarn install --ignore-engines --frozen-lockfile
51
SENTRYCLI_SKIP_DOWNLOAD=1 yarn add @vercel/nft@0.22.1
52
if: matrix.node-version == '10.x' || matrix.node-version == '12.x'
53
0 commit comments