Skip to content

Commit

Permalink
Merge branch 'main' into multi-chain-support
Browse files Browse the repository at this point in the history
  • Loading branch information
olaszakos committed Oct 24, 2024
2 parents ba10edc + 3f6eb10 commit e9e81d3
Show file tree
Hide file tree
Showing 144 changed files with 10,513 additions and 5,198 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @dfinity/trust @mraszyk
* @dfinity/product-enablement @mraszyk
20 changes: 4 additions & 16 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.10.0
20.18
220 changes: 215 additions & 5 deletions .release.json

Large diffs are not rendered by default.

Loading

0 comments on commit e9e81d3

Please sign in to comment.