Skip to content

Commit

Permalink
πŸ’€
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Jan 9, 2024
1 parent 76a8c05 commit 931b9dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts'
node-version: 'lts/*'
- run: npm install
- run: npm run lint

build:
Expand Down

0 comments on commit 931b9dc

Please sign in to comment.