Update ci.yml

This commit is contained in:
Spencer Comfort 2023-01-25 16:06:36 -05:00 committed by GitHub
parent eee8545278
commit 65210e3bc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,10 +10,10 @@ jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
node-version: 18
cache: npm
- run: npm ci
- run: npm run style:check