Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Commit cbfa5a6

Browse files
Update node
1 parent 83f7f47 commit cbfa5a6

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: ["20"]
13+
node-version: ["22"]
1414
steps:
1515
- uses: actions/checkout@v4
1616

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
ARG DEBIAN_VERSION=bookworm
44
ARG PYTHON_VERSION=3.13
5-
ARG NODE_VERSION=20
5+
ARG NODE_VERSION=22
66

77
## Base
88
FROM ghcr.io/astral-sh/uv:python${PYTHON_VERSION}-${DEBIAN_VERSION}-slim AS python-base

uv.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)