mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 01:40:12 +01:00
OPS: bump some CI deps
This commit is contained in:
parent
f87378442c
commit
0a68c64033
@ -26,7 +26,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0 # Fetches all history
|
||||
- name: Specify node version
|
||||
uses: actions/setup-node@v2-beta
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
- uses: maxim-lobanov/setup-xcode@v1
|
||||
|
4
.github/workflows/build-release-apk.yml
vendored
4
.github/workflows/build-release-apk.yml
vendored
@ -18,9 +18,9 @@ jobs:
|
||||
fetch-depth: "0"
|
||||
|
||||
- name: Specify node version
|
||||
uses: actions/setup-node@v2-beta
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 18
|
||||
|
||||
- name: Use npm caches
|
||||
uses: actions/cache@v2
|
||||
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -142,7 +142,7 @@ jobs:
|
||||
arch: x86_64
|
||||
script: npm run e2e:release-test -- --record-videos all --record-logs all --take-screenshots all --headless -d 200000 -R 3 --artifacts-location /mnt/artifacts
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: failure()
|
||||
with:
|
||||
name: e2e-test-videos
|
||||
|
Loading…
Reference in New Issue
Block a user