update node test version

This commit is contained in:
yimysty
2022-08-04 17:05:51 -07:00
parent 7f629c4ce0
commit 06d025f427

View File

@@ -15,7 +15,7 @@ jobs:
- name: Set Node.JS
uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 16.x
- name: Install dependencies
run: npm install