From: Evan You Date: Wed, 8 Sep 2021 22:51:19 +0000 (-0400) Subject: ci: lock node version to 16.8 X-Git-Tag: v3.2.11~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f243d2fbdcf16e5a0b6c8ab146c509a9f3705779;p=thirdparty%2Fvuejs%2Fcore.git ci: lock node version to 16.8 --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3469a0a9c6..84ce7fc08d 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