From 9dfca95a153e930ccf220a8b72b8d1b75060b174 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 23:52:00 +0000 Subject: [PATCH] chore(deps): update mymindstorm/setup-emsdk action to v16 --- .github/workflows/test_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_build.yml b/.github/workflows/test_build.yml index 2551f29..e91980b 100644 --- a/.github/workflows/test_build.yml +++ b/.github/workflows/test_build.yml @@ -31,7 +31,7 @@ jobs: cache: npm cache-dependency-path: package-lock.json - name: Set up Emscripten - uses: mymindstorm/setup-emsdk@v14 + uses: mymindstorm/setup-emsdk@v16 - run: npm ci - run: npm run lint - run: npm run build