mirror of
https://github.com/fluencelabs/libp2p-ts
synced 2025-03-15 17:50:50 +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: |
|
||||
yarn install --frozen-lockfile
|
||||
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",
|
||||
"resolutions": {
|
||||
"babel-core": "^7.0.0-bridge.0",
|
||||
"typescript": "^3.7.2"
|
||||
"typescript": "^3.7.3"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "./build.sh",
|
||||
@ -19,6 +19,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@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