From 0a9707efdaa6f9f9d2861db38853d266c0978f85 Mon Sep 17 00:00:00 2001 From: Settel Date: Wed, 16 Apr 2025 17:37:02 +0200 Subject: [PATCH] feat: update woodpecker CI images to node 22 and golang 1.24. --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 62f2f79..197d4fb 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,7 +3,7 @@ when: steps: frontend: - image: node:18-alpine + image: node:22-alpine commands: - yarn global add pnpm - ( cd client && pnpm run setup ) @@ -11,7 +11,7 @@ steps: - mkdir -p client/.output/public/ backend: - image: golang:1.20-alpine + image: golang:1.24-alpine commands: - apk add go-bindata - apk add make