diff --git a/.github/workflows/github-ci.yml b/.github/workflows/github-ci.yml index 1954c9a2a79..ec284eb043c 100644 --- a/.github/workflows/github-ci.yml +++ b/.github/workflows/github-ci.yml @@ -22,10 +22,10 @@ jobs: with: fetch-depth: 0 - - name: Setup Node.js + - name: Use Node.js LTS 22 uses: actions/setup-node@v6 with: - node-version: 22.20.0 + node-version: 22 - name: Install dependencies run: npm ci