ci: harden workflows and update Node.js (#686)

This commit is contained in:
Shohei Ueda
2026-05-10 18:21:41 +09:00
committed by GitHub
parent fd1a667089
commit 64e0f66acb
14 changed files with 97 additions and 70 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
ARG NODE_VERSION
ARG NODE_VERSION=24.15.0
FROM node:${NODE_VERSION}-buster-slim
FROM node:${NODE_VERSION}-bookworm-slim
SHELL ["/bin/bash", "-l", "-c"]