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