diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4002f0f48..0ee2b5939 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@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: - node-version: 22.22.0 + node-version: 22.22.1 - 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@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: - node-version: 22.22.0 + node-version: 22.22.1 - name: Update NPM run: npm install --global npm - name: Bootstrap project