diff --git a/.github/workflows/test_build.yml b/.github/workflows/test_build.yml index 2551f29..3b2b63f 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@v15 - run: npm ci - run: npm run lint - run: npm run build