diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ddce61c5b..f49f05d6b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -70,7 +70,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: 22.23.1 + node-version: 22.23.2 - name: Update NPM run: npm install --global npm - name: Bootstrap project @@ -91,7 +91,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: 22.23.1 + node-version: 22.23.2 - name: Update NPM run: npm install --global npm - name: Bootstrap project