Update github CI node version to 18

This commit is contained in:
2022-12-04 20:21:03 +08:00
parent ec0dad00ef
commit 3b90ad56d6

View File

@@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Build web front end
run: |
make web