-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into multi-chain-support
- Loading branch information
Showing
144 changed files
with
10,513 additions
and
5,198 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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 |
---|---|---|
@@ -1 +1 @@ | ||
* @dfinity/trust @mraszyk | ||
* @dfinity/product-enablement @mraszyk |
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 |
---|---|---|
|
@@ -145,14 +145,8 @@ jobs: | |
steps: | ||
- name: 'Checkout' | ||
uses: actions/checkout@v4 | ||
- name: 'Setup pnpm' | ||
uses: pnpm/action-setup@v3 | ||
with: | ||
version: 8 | ||
- name: 'Setup node' | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20 | ||
- name: 'Setup Node' | ||
uses: ./.github/actions/setup-node | ||
- name: 'Run sccache-cache' | ||
uses: mozilla-actions/[email protected] | ||
- name: 'Install dfx' | ||
|
@@ -179,14 +173,8 @@ jobs: | |
- name: 'Setup Docker' | ||
run: | | ||
docker info # Check if Docker is running | ||
- name: 'Setup pnpm' | ||
uses: pnpm/action-setup@v3 | ||
with: | ||
version: 8 | ||
- name: 'Setup node' | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20 | ||
- name: 'Setup Node' | ||
uses: ./.github/actions/setup-node | ||
- name: 'Run sccache-cache' | ||
uses: mozilla-actions/[email protected] | ||
- name: 'Install dfx' | ||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
20.10.0 | ||
20.18 |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.