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 ceb7fe7 commit 3476278Copy full SHA for 3476278
1 file changed
.github/workflows/sonarcloud.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Use Node.js 20
12
uses: actions/setup-node@v6
13
with:
14
- node-version: '24.13'
+ node-version: '24.14'
15
cache: "npm"
16
- name: npm install, lint, and test
17
run: |
0 commit comments