update node version.

This commit is contained in:
Jason Kulatunga 2022-10-14 09:23:35 -07:00
parent c863956316
commit 38b7e6ccef
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
- name: test
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x
- name: Test Frontend
run: |
make frontend-test-coverage