ci(actions): use node 16

This commit is contained in:
Bobby 2022-03-09 07:04:56 +07:00
parent 69bea5ecee
commit 8aa12ea6a8
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: '14.x'
node-version: '16.x'
- name: Get yarn cache directory path
id: yarn-cache-dir-path