workflow: bump to node 16.x

This commit is contained in:
Shuanglei Tao
2022-08-05 00:58:29 +08:00
parent 07c4904718
commit 305f992e40

View File

@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '16.x'
- name: Run yarn install, check and build
run: |
cd html