diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7449698c4..4edbf6671 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -76,7 +76,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: - node-version: 22.21.1 + node-version: 22.22.0 - name: Update NPM run: npm install --global npm - name: Bootstrap project @@ -97,7 +97,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: - node-version: 22.21.1 + node-version: 22.22.0 - name: Update NPM run: npm install --global npm - name: Bootstrap project