Bump dev deps (#3371)

This commit is contained in:
Jaco
2023-05-18 11:21:13 +03:00
committed by GitHub
parent 35c0439f06
commit 80c71a5938
15 changed files with 569 additions and 222 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ jobs:
node-version: 'lts/*'
- name: check
run: |
yarn install --immutable | grep -v 'YN0013'
yarn install --immutable
yarn phishing:crosscheck
- name: issue
if: ${{ failure() }}
@@ -39,7 +39,7 @@ jobs:
node-version: 'lts/*'
- name: check
run: |
yarn install --immutable | grep -v 'YN0013'
yarn install --immutable
yarn phishing:addrcheck
- name: issue
if: ${{ failure() }}
+1 -1
View File
@@ -22,5 +22,5 @@ jobs:
- name: ${{ matrix.step }}
if: always()
run: |
yarn install --immutable | grep -v 'YN0013'
yarn install --immutable
yarn ${{ matrix.step }}
+2 -2
View File
@@ -27,7 +27,7 @@ jobs:
node-version: 'lts/*'
- name: ${{ matrix.step }}
run: |
yarn install --immutable | grep -v 'YN0013'
yarn install --immutable
yarn ${{ matrix.step }}
# publish to ipfs when a release is detected
@@ -50,6 +50,6 @@ jobs:
node-version: 'lts/*'
- name: ${{ matrix.step }}
run: |
yarn install --immutable | grep -v 'YN0013'
yarn install --immutable
./scripts/ipfsPrep.sh
yarn ${{ matrix.step }}