Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Aug 24, 2023
1 parent a2b4d2b commit 9adbf78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
env:
DFX_VERSION: 0.14.3
IC_REPL_VERSION: 0.4.1
MOC_VERSION: 0.9.7
MOC_VERSION: 0.9.8
steps:
- name: Setup Rust
uses: actions-rs/toolchain@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- 16
- 18
env:
DFX_VERSION: 0.14.2
DFX_VERSION: 0.14.3
SKIP_WASM: true
MOC_VERSION: 0.9.5
MOC_VERSION: 0.9.8
steps:
- uses: actions/checkout@v2
- name: Setup Node.js ${{ matrix.node }}
Expand Down

0 comments on commit 9adbf78

Please sign in to comment.