diff --git a/.github/workflows/arc-runner.yml b/.github/workflows/arc-runner.yml index e862ae330..f5607a15e 100644 --- a/.github/workflows/arc-runner.yml +++ b/.github/workflows/arc-runner.yml @@ -13,7 +13,7 @@ jobs: - name: Set up Node.js environment uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '22' - name: Install dependencies run: npm install