]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
ci: lock node version to 16.8
authorEvan You <yyx990803@gmail.com>
Wed, 8 Sep 2021 22:51:19 +0000 (18:51 -0400)
committerEvan You <yyx990803@gmail.com>
Wed, 8 Sep 2021 22:51:19 +0000 (18:51 -0400)
.github/workflows/ci.yml

index 3469a0a9c65fa0a87db9e9ce48033f22b01fc85b..84ce7fc08d572a2f824b75205ac720190e915329 100644 (file)
@@ -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