Skip to content

Commit

Permalink
Update ci.yml for node setup
Browse files Browse the repository at this point in the history
  • Loading branch information
meloalright authored Sep 28, 2023
1 parent 215a9bb commit 3477996
Showing 1 changed file with 5 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/setup-node@v3.8.1
with:
node-version: 16.x
# File containing the ve
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down Expand Up @@ -62,4 +66,4 @@ jobs:
with:
name: soft-skia-wasm
path: |
soft-skia-wasm/pkg
soft-skia-wasm/pkg

0 comments on commit 3477996

Please sign in to comment.