update CI pipeline to Node 18

This commit is contained in:
mistval 2023-01-07 10:24:58 -05:00 committed by Randall
parent decb904331
commit 0173de3f6d

@ -8,10 +8,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x
- run: npm ci
- run: npm run lint
- run: npm run coverage