diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 5aeff2dd..b9b17bc9 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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 22 + node-version: 22.23.1 cache: 'npm' - name: Bootstrap project run: | @@ -101,7 +101,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 22 + node-version: 22.23.1 cache: npm - name: Bootstrap project run: | @@ -136,7 +136,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 22 + node-version: 22.23.1 cache: npm - name: Bootstrap project run: |