diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 783210ad..ae217d53 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -72,7 +72,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 cache: 'npm' - name: Bootstrap project run: | @@ -101,7 +101,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 cache: npm - name: Bootstrap project run: | @@ -136,7 +136,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 cache: npm - name: Bootstrap project run: |