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 93c7b68 commit f9fd368Copy full SHA for f9fd368
.github/workflows/checks.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Specifically use node LTS.
20
uses: actions/setup-node@v4
21
with:
22
- node-version: "18"
+ node-version: "22"
23
- run: npm install
24
- run: npm run build
25
- run: npm run lint
0 commit comments