Skip to content

Commit

Permalink
Fix linting step
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Sep 18, 2023
1 parent b9fbbac commit f1241b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
node-version: 18
cache: npm

- uses: actions/cache/restore@v3
with:
path: .
key: ${{ matrix.node }}-${{ env.CACHE_KEY }}
key: 18-${{ env.CACHE_KEY }}

- run: npm run lint

0 comments on commit f1241b7

Please sign in to comment.