Explorar o código

ci: lock node version to 16.8

Evan You %!s(int64=4) %!d(string=hai) anos
pai
achega
f243d2fbdc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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