We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b6bcd commit 720bf62Copy full SHA for 720bf62
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Node
18
uses: actions/setup-node@v3
19
with:
20
- node-version: 22
+ node-version: 22.14.0
21
cache: 'npm'
22
- run: yarn
23
- run: npm run lint --if-present
0 commit comments