Merge pull request #8 from actions/cleanup-test-workflow

Cleanup formatting of test workflow
This commit is contained in:
James M. Greene
2022-08-05 13:07:40 -05:00
committed by GitHub

View File

@@ -13,10 +13,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set Node.JS
- name: Setup Node.JS
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'npm'
- name: Install dependencies
run: npm ci