diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3469a0a9c65..84ce7fc08d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - name: Set node version to 16 uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 16.8 - uses: bahmutov/npm-install@v1 - name: Run unit tests run: yarn test --ci