diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bb1adda03..03da08e29 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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 22.22.1 + node-version: 22.22.2 - 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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 22.22.1 + node-version: 22.22.2 - name: Update NPM run: npm install --global npm - name: Bootstrap project