Skip to content

Commit

Permalink
Upgrade Node.js in CI (#63)
Browse files Browse the repository at this point in the history
* Upgrade Node.js in CI

* Fix clippy warnings in README.md (!).

---------

Co-authored-by: Brandon Pitman <[email protected]>
  • Loading branch information
divergentdave and branlwyd authored Oct 22, 2024
1 parent 2780d91 commit 63076c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
toolchain: nightly
override: true
target: wasm32-unknown-unknown
- uses: actions/setup-node@v4
with:
node-version: "20"
- uses: jetli/[email protected]
- name: build with default features
run: wasm-pack build
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ from rust, even when opting out of `algo-all`.
algorithm features. Enabled by default.

* *kem-all*: Enables `kem-dh-p256-hkdf-sha256`,
`kem-dh-p384-hkdf-sha384`, `kem-dh-p521-hkdf-sha512`, and
`kem-x25519-hkdf-sha256` algorithm features. Enabled by default.
`kem-dh-p384-hkdf-sha384`, `kem-dh-p521-hkdf-sha512`, and
`kem-x25519-hkdf-sha256` algorithm features. Enabled by default.

* *serde*: enables derived serde serialization and deserialization for
all public structs and enums. Disabled by default.
Expand Down

0 comments on commit 63076c7

Please sign in to comment.