Skip to content

Commit ccea70a

Browse files
committed
Use lts for node tests
1 parent 7b25365 commit ccea70a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: ['15.x']
14+
node-version: ['lts/*']
1515

1616
steps:
1717
- uses: actions/[email protected]
18-
18+
1919
- name: Use Node.js ${{ matrix.node-version }}
2020
uses: actions/[email protected]
2121
with:
2222
node-version: ${{ matrix.node-version }}
23-
23+
2424
- name: Cache
2525
uses: actions/[email protected]
2626
with:

0 commit comments

Comments
 (0)