Update ci.yml

This commit is contained in:
Spencer Comfort 2023-01-25 20:06:48 -05:00 committed by GitHub
parent 990e393f9b
commit a7ca329129
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: 18 node-version: 16
cache: npm cache: npm
- run: npm ci - run: npm ci
- run: npm run style:check - run: npm run style:check