diff --git a/.github/workflows/cpd.yml b/.github/workflows/cpd.yml index 48ddafd..acd33cc 100644 --- a/.github/workflows/cpd.yml +++ b/.github/workflows/cpd.yml @@ -12,7 +12,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 cache: 'npm' - name: npm cpd run: | diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cb96c84..868229b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 cache: 'npm' - name: npm lint run: | diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index f409759..9d2a56e 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - run: npm ci - run: npm run vulnerabilities - run: npm run lint @@ -26,7 +26,7 @@ jobs: token: ${{ secrets.GH_PAT }} # Use your PAT here! - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 registry-url: https://registry.npmjs.org/ - run: npm ci --production - name: Set version from tag diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 958f4a4..f83d059 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -11,7 +11,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 cache: "npm" - name: npm install, lint, and test run: | diff --git a/.github/workflows/vulnerabilities.yml b/.github/workflows/vulnerabilities.yml index c7ad254..166042c 100644 --- a/.github/workflows/vulnerabilities.yml +++ b/.github/workflows/vulnerabilities.yml @@ -12,7 +12,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 cache: 'npm' - name: npm vulnerabilities run: |