mirror of
https://github.com/fluencelabs/libp2p-ts
synced 2025-03-15 09:40:51 +00:00
Bump deps
This commit is contained in:
parent
bc0acf1dcd
commit
d2e06cdccb
12
.github/workflows/push-master.yml
vendored
12
.github/workflows/push-master.yml
vendored
@ -28,3 +28,15 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
yarn install --frozen-lockfile
|
yarn install --frozen-lockfile
|
||||||
CI_NO_BETA=true yarn polkadot-dev-ghact-build
|
CI_NO_BETA=true yarn polkadot-dev-ghact-build
|
||||||
|
|
||||||
|
dummy:
|
||||||
|
name: Dummy
|
||||||
|
if: "contains(github.event.head_commit.message, '[CI Skip]')"
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
node-version: [12.x]
|
||||||
|
steps:
|
||||||
|
- name: dummy
|
||||||
|
run: |
|
||||||
|
echo "Dummy skip step"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"babel-core": "^7.0.0-bridge.0",
|
"babel-core": "^7.0.0-bridge.0",
|
||||||
"typescript": "^3.7.2"
|
"typescript": "^3.7.3"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "./build.sh",
|
"build": "./build.sh",
|
||||||
@ -19,6 +19,6 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.7.4",
|
"@babel/core": "^7.7.4",
|
||||||
"@polkadot/dev": "^0.32.0-beta.15"
|
"@polkadot/dev": "^0.32.0-beta.16"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user