ci(actions): use node v14

This commit is contained in:
Bobby 2021-10-22 21:37:07 +07:00
parent cebd4f363c
commit a7ecf1cdf6
No known key found for this signature in database
GPG Key ID: 941839794CBF5A09

View File

@ -20,7 +20,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: '14.x'
- name: Get yarn cache directory path
id: yarn-cache-dir-path