Skip to content

Commit

Permalink
Upgrade recrypt and other deps (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
giarc3 authored Dec 9, 2024
1 parent c589687 commit 9578078
Show file tree
Hide file tree
Showing 7 changed files with 944 additions and 774 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wasm-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node_version:
- '18'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -26,11 +26,11 @@ jobs:
- uses: IronCoreLabs/[email protected]
with:
crate: wasm-bindgen-cli
version: 0.2.92 # needs to match Cargo.toml and flake.nix version
version: 0.2.95 # needs to match Cargo.toml and flake.nix version
accesskey: AKIAU2WBY6VDTC563V7G
secretkey: ${{ secrets.TOOL_CACHE_SECRET_KEY }}
os: ubuntu-20.04
- uses: actions/setup-node@v3
os: ubuntu-22.04
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
cache: yarn
Expand Down
Loading

0 comments on commit 9578078

Please sign in to comment.