mirror of
https://github.com/zhigang1992/liquid-stacking.git
synced 2026-01-12 22:48:34 +08:00
fix: remove wrong resolution
This commit is contained in:
3
.github/workflows/node.js.yml
vendored
3
.github/workflows/node.js.yml
vendored
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user