forked from Expensify/App
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into maria-refactor-transf…
…er-wallet-balance
- Loading branch information
Showing
73 changed files
with
1,030 additions
and
34,197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: Set up Node | ||
description: Set up Node | ||
|
||
runs: | ||
using: composite | ||
steps: | ||
# Version: 3.0.2 | ||
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b | ||
|
||
- uses: actions/setup-node@09ba51f18e18a3756fea1f54d09c6745c064491d | ||
with: | ||
node-version: 14.19.3 | ||
cache: npm | ||
|
||
- name: Install node packages | ||
uses: nick-invision/retry@7c68161adf97a48beb850a595b8784ec57a98cbb | ||
with: | ||
timeout_minutes: 10 | ||
max_attempts: 5 | ||
command: npm ci |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
62 changes: 0 additions & 62 deletions
62
.github/actions/getDeployPullRequestList/getDeployPullRequestList.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.