Skip to content

Commit

Permalink
Merge pull request #7 from rvanasa/update-dependencies
Browse files Browse the repository at this point in the history
Update package config and Mops import
  • Loading branch information
rvanasa authored May 27, 2024
2 parents 37cce6c + 1434ef5 commit 46f8338
Show file tree
Hide file tree
Showing 6 changed files with 1,714 additions and 1,709 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ target/
.vessel/

/lib/
/pkg/

/Cargo.lock
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Canpack is a code generation tool which simplifies cross-language communication
Ensure that the following software is installed on your system:
* [dfx](https://support.dfinity.org/hc/en-us/articles/10552713577364-How-do-I-install-dfx) (latest version)
* [Rust](https://www.rust-lang.org/tools/install) `>= 1.71`
* [Node.js](https://nodejs.org/en) `>= 16`
* [Node.js](https://nodejs.org/en) `>= 18`

Run the following command to install the Canpack CLI on your global system path:

Expand Down
Loading

0 comments on commit 46f8338

Please sign in to comment.