chore: run coverage-test against node 16 (#13183)

This commit is contained in:
Huáng Jùnliàng 2021-04-20 19:47:17 -04:00 committed by GitHub
parent 304f316e60
commit 0c425cfb97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ jobs:
- name: Use Node.js latest
uses: actions/setup-node@v2-beta
with:
node-version: "15"
node-version: "16"
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"