fix: remove wrong resolution

This commit is contained in:
friedger
2024-03-16 14:11:47 +01:00
parent 339db3067e
commit 6367dfd3d8
3 changed files with 1468 additions and 2 deletions

View File

@@ -22,8 +22,9 @@ jobs:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache: 'yarn'
- run: yarn install --immutable --immutable-cache --check-cache
- run: yarn test

View File

@@ -38,7 +38,6 @@
},
"resolutions": {
"@stacks/stacking": "6.11.4-pr.36558cf.0",
"@hirosystems/clarinet-sdk@2": "2.4.0-beta2",
"@hirosystems/clarinet-sdk": "2.4.0-beta2"
}
}

1466
yarn.lock Normal file

File diff suppressed because it is too large Load Diff