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 000bf31 commit e6f9a29Copy full SHA for e6f9a29
1 file changed
.github/workflows/lint.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup Node.js
17
uses: actions/setup-node@v3
18
with:
19
- node-version: '18.x'
+ node-version: '24.x'
20
21
- name: Clear npm cache
22
run: npm cache clean --force
0 commit comments