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() }}