diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 7b6b398237..a845daa28a 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -32,7 +32,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: current + node-version: '23.1' # Temporary: https://github.com/nodejs/node/issues/55826 - name: Install dependencies run: npm install