Skip to content

Commit

Permalink
Merge pull request #857 from JohnTitor/gha
Browse files Browse the repository at this point in the history
Update GHA workflow
  • Loading branch information
JohnTitor committed Jul 21, 2022
2 parents c13e625 + f36a6a1 commit 7353be6
Show file tree
Hide file tree
Showing 2 changed files with 2,515 additions and 13 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 7353be6

Please sign in to comment.