mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 15:04:50 +01:00
CI: bump node for circleci
This commit is contained in:
parent
30a9d9f185
commit
0f53f0fd13
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@ jobs:
|
|||
|
||||
lint:
|
||||
docker:
|
||||
- image: cimg/node:16.20.2
|
||||
- image: cimg/node:20.16.0
|
||||
|
||||
working_directory: ~/repo
|
||||
|
||||
|
@ -26,7 +26,7 @@ jobs:
|
|||
|
||||
unit:
|
||||
docker:
|
||||
- image: cimg/node:16.20.2
|
||||
- image: cimg/node:20.16.0
|
||||
|
||||
working_directory: ~/repo
|
||||
|
||||
|
@ -50,7 +50,7 @@ jobs:
|
|||
|
||||
integration:
|
||||
docker:
|
||||
- image: cimg/node:16.20.2
|
||||
- image: cimg/node:20.16.0
|
||||
|
||||
environment:
|
||||
RETRY: "1"
|
||||
|
@ -74,7 +74,7 @@ jobs:
|
|||
|
||||
# run tests!
|
||||
- run:
|
||||
command: npm run jest || npm run jest || npm run jest
|
||||
command: npm run jest || npm run jest || npm run jest || npm run jest
|
||||
|
||||
# Orchestrate our job run sequence
|
||||
workflows:
|
||||
|
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
|||
run: npm install
|
||||
|
||||
- name: Run tests
|
||||
run: npm test || npm test || npm test
|
||||
run: npm test || npm test || npm test || npm test
|
||||
env:
|
||||
BIP47_HD_MNEMONIC: ${{ secrets.BIP47_HD_MNEMONIC}}
|
||||
HD_MNEMONIC: ${{ secrets.HD_MNEMONIC }}
|
||||
|
|
Loading…
Add table
Reference in a new issue