chore: [#5] use node-version 16 for ci and deploy workflows

This commit is contained in:
Jeremy Kahn 2022-09-10 18:41:46 -05:00
parent f884bf69ae
commit c37a336b1a
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2.3.1
- uses: actions/setup-node@v1
with:
node-version: 18
node-version: 16
- run: npm ci --no-optional
- run: npm test

View File

@ -17,7 +17,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 16
cache: 'npm'
- name: Build