Skip to content

Commit

Permalink
Merge branch '0.0.7-origin' into 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
meloalright committed Sep 28, 2023
2 parents e315e82 + a7327b0 commit b2a063b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: 16.x
# File containing the ve
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down Expand Up @@ -63,4 +67,4 @@ jobs:
with:
name: soft-skia-wasm
path: |
soft-skia-wasm/pkg
soft-skia-wasm/pkg
3 changes: 3 additions & 0 deletions .github/workflows/playground_use_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: 16.x
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down

0 comments on commit b2a063b

Please sign in to comment.