Skip to content

Commit

Permalink
Update GHA workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
  • Loading branch information
JohnTitor committed Jul 21, 2022
1 parent c13e625 commit e214dda
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/checks.yml
Expand Up @@ -6,9 +6,10 @@ jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "12.x"
node-version: 16
cache: 'npm'
- run: npm ci
- run: npm run lint

0 comments on commit e214dda

Please sign in to comment.