mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 15:04:50 +01:00
Update Node.js to v16.20.1
This commit is contained in:
parent
96a4104474
commit
442a192291
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ jobs:
|
|||
|
||||
lint:
|
||||
docker:
|
||||
- image: cimg/node:16.20.0
|
||||
- image: cimg/node:16.20.1
|
||||
|
||||
working_directory: ~/repo
|
||||
|
||||
|
@ -26,7 +26,7 @@ jobs:
|
|||
|
||||
unit:
|
||||
docker:
|
||||
- image: cimg/node:16.20.0
|
||||
- image: cimg/node:16.20.1
|
||||
|
||||
working_directory: ~/repo
|
||||
|
||||
|
@ -50,7 +50,7 @@ jobs:
|
|||
|
||||
integration:
|
||||
docker:
|
||||
- image: cimg/node:16.20.0
|
||||
- image: cimg/node:16.20.1
|
||||
|
||||
working_directory: ~/repo
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue