diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index dae0a7e8..559e5f29 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -74,7 +74,7 @@ jobs: - name: Use Node.js 20 uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 20 + node-version: 20.19.4 cache: 'npm' - name: Bootstrap project run: | @@ -103,7 +103,7 @@ jobs: - name: Use Node.js 20 uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 20 + node-version: 20.19.4 cache: npm - name: Bootstrap project run: | @@ -138,7 +138,7 @@ jobs: - name: Use Node.js 20 uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 20 + node-version: 20.19.4 cache: npm - name: Bootstrap project run: |