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/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v6
with:
node-version: '20'
node-version: '24'
- name: Install markdownlint
run: |
npm --save-dev install markdownlint markdownlint-cli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pdf-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v6
with:
node-version: "20"
node-version: "24"
- name: Install Ubuntu dependencies
run: |
sudo snap install chromium
Expand Down