We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0889fa1 commit 8c3c7f0Copy full SHA for 8c3c7f0
2 files changed
.github/workflows/deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
node-version: 18.x
35
36
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
37
38
python-version: '3.12'
39
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:18-slim
+FROM node:25-slim
2
3
# Install system dependencies
4
RUN apt-get update && apt-get install -y --no-install-recommends \
0 commit comments