Skip to content

Commit

Permalink
chore: run coverage-test against node 16 (#13183)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Apr 20, 2021
1 parent 304f316 commit 0c425cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 0c425cf

Please sign in to comment.