Skip to content

Commit

Permalink
Use lts for node tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb committed Feb 13, 2022
1 parent 7b25365 commit ccea70a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:

strategy:
matrix:
node-version: ['15.x']
node-version: ['lts/*']

steps:
- uses: actions/[email protected]

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}

- name: Cache
uses: actions/[email protected]
with:
Expand Down

0 comments on commit ccea70a

Please sign in to comment.