From 3477996d14d3d25e092568d4e6bddcfc512a634b Mon Sep 17 00:00:00 2001 From: MeloAlright Date: Thu, 28 Sep 2023 23:05:28 +0800 Subject: [PATCH 1/2] Update ci.yml for node setup --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c533d85..c83b922 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -62,4 +66,4 @@ jobs: with: name: soft-skia-wasm path: | - soft-skia-wasm/pkg \ No newline at end of file + soft-skia-wasm/pkg From a7327b024f72effd9f81e6448c940e979c094e3c Mon Sep 17 00:00:00 2001 From: meloalright Date: Thu, 28 Sep 2023 23:12:15 +0800 Subject: [PATCH 2/2] Update playground_use_latest.yml --- .github/workflows/playground_use_latest.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/playground_use_latest.yml b/.github/workflows/playground_use_latest.yml index 1c2b400..7df8a8d 100644 --- a/.github/workflows/playground_use_latest.yml +++ b/.github/workflows/playground_use_latest.yml @@ -15,6 +15,9 @@ jobs: steps: - uses: actions/checkout@v2 + - uses: actions/setup-node@v3.8.1 + with: + node-version: 16.x - uses: actions-rs/toolchain@v1 with: toolchain: stable