build(ci.yml): upgrade node version in ci

This commit is contained in:
Bowen Tan 2022-08-23 17:09:17 +08:00
parent 6d06bb8514
commit bcc5b2fd7b

View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "12"
node-version: "16"
- name: install dependencies
run: yarn install
- name: run test