Browse Source

ci: lock node version to 16.8

Evan You 4 years ago
parent
commit
f243d2fbdc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.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