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 aebb8de commit b910e71Copy full SHA for b910e71
.github/workflows/lint.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
matrix:
8
# https://nodejs.org/en/about/releases/
9
- node-version: ['18', '20']
+ node-version: ['18', '20', '22']
10
steps:
11
- uses: actions/checkout@v4
12
- uses: actions/setup-node@v4
0 commit comments