diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 2145e4f..a98faf2 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -11,7 +11,7 @@ jobs: - name: Use Node.js 20 uses: actions/setup-node@v6 with: - node-version: '24.14' + node-version: '24.15' cache: "npm" - name: npm install, lint, and test run: | diff --git a/.nvmrc b/.nvmrc index 8e35034..5bf4400 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -24.14.1 +24.15.0