From 72a4e6bd91716271a03b025bd34b127ab9732456 Mon Sep 17 00:00:00 2001 From: issy Date: Mon, 15 Dec 2025 19:27:03 +0000 Subject: [PATCH] Revert this --- .github/workflows/pull_request.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index ed0dbd75f..c4d8aa7a0 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -21,7 +21,7 @@ jobs: persist-credentials: false - uses: actions/setup-node@v6 with: - node-version-file: web/package.json + node-version: 20.x - run: npm install working-directory: ./web - name: Lint @@ -37,7 +37,7 @@ jobs: persist-credentials: false - uses: actions/setup-node@v6 with: - node-version-file: web/package.json + node-version: 20.x - run: npm install working-directory: ./web - name: Build web @@ -80,7 +80,7 @@ jobs: persist-credentials: false - uses: actions/setup-node@v6 with: - node-version-file: web/package.json + node-version: 20.x - name: Install devcontainer cli run: npm install --global @devcontainers/cli - name: Build devcontainer