We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d879936 commit d48170fCopy full SHA for d48170f
.github/workflows/lint-only.yml
@@ -7,7 +7,7 @@ jobs:
7
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
8
strategy:
9
matrix:
10
- node: [ 18 ]
+ node: [ 18, 20 ]
11
env:
12
FORCE_COLOR: 1
13
name: Node ${{ matrix.node }}
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
14
15
16
0 commit comments