diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1b70324..2a1c470 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -210,10 +210,12 @@ jobs: - name: Export for web shell: bash run: godot --no-window --export-release Web - - name: NPM cache - uses: c-hive/gha-npm-cache@v1 + - name: Setup Node.js + uses: actions/setup-node@v4 with: - directory: test/web + node-version: "20" + cache: "npm" + cache-dependency-path: test/web/package-lock.json - name: Smoke test Web export shell: bash working-directory: test/web