diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9f63ab0f..16a86fbfa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: - name: Use Node.js 16 uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 16.20.2 - name: Bootstrap project run: | npm ci --ignore-scripts @@ -101,7 +101,7 @@ jobs: - name: Use Node.js 16 uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 16.20.2 - name: Bootstrap project run: | npm ci --ignore-scripts