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 .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22-alpine3.21
FROM node:24-alpine3.22

RUN apk add --no-cache \
git \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/calibreapp-image-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
persist-credentials: false

- name: Compress Images
uses: calibreapp/image-actions@1.1.0 # TODO: if they start using a tag like v1, switch to that
uses: calibreapp/image-actions@1.4.1 # TODO: if they start using a tag like v1, switch to that
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:

env:
FORCE_COLOR: 2
NODE: 22
PYTHON_VERSION: "3.11"
NODE: 24
PYTHON_VERSION: "3.14"

jobs:
test:
Expand All @@ -24,14 +24,14 @@ jobs:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v5.6.0
uses: actions/setup-python@v6.0.0
with:
python-version: "${{ env.PYTHON_VERSION }}"
architecture: "x64"
cache: pip

- name: Set up Node.js
uses: actions/setup-node@v4.4.0
uses: actions/setup-node@v5.0.0
with:
node-version: "${{ env.NODE }}"
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/stale@v9.1.0
- uses: actions/stale@v10.1.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
# Do not automatically mark PR/issue as stale
Expand Down
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ publish = "site/"
command = "mkdocs build --clean --strict"

[build.environment]
PYTHON_VERSION = "3.11"
NODE_VERSION = "22"
PYTHON_VERSION = "3.14"
NODE_VERSION = "24"
CI = "true"
DISABLE_OPENCOLLECTIVE = "true"
OPENCOLLECTIVE_HIDE = "true"