Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cpd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vulnerabilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
Loading