Skip to content

Commit

Permalink
Merge branch 'master' into ielashi/on_low_wasm_memory
Browse files Browse the repository at this point in the history
  • Loading branch information
mraszyk committed Jun 23, 2024
2 parents d514072 + 2f49b0e commit a261c12
Show file tree
Hide file tree
Showing 6 changed files with 17,442 additions and 1,512 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- uses: actions/setup-python@v4
with:
python-version: "3.10"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/preview-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
- uses: actions/github-script@v6
with:
script: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
This repository contains the source files of the Interface Spec, which describes the externally visible behaviour of the Internet Computer.
The language-independent description of this IC interface is available in [ic.did](./spec/_attachments/ic.did).

It used to contain a reference implementation and acceptance test suite; these can now be found at <https://github.com/dfinity/ic-hs>.
It used to contain a reference implementation and acceptance test suite; these can now be found at [https://github.com/dfinity/ic-hs](https://github.com/dfinity/ic-hs).

## About the Interface Spec

Expand Down
Loading

0 comments on commit a261c12

Please sign in to comment.