mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 06:48:04 +00:00
Bump dev deps (#3371)
This commit is contained in:
@@ -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() }}
|
||||
|
||||
@@ -22,5 +22,5 @@ jobs:
|
||||
- name: ${{ matrix.step }}
|
||||
if: always()
|
||||
run: |
|
||||
yarn install --immutable | grep -v 'YN0013'
|
||||
yarn install --immutable
|
||||
yarn ${{ matrix.step }}
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user