Compare commits

...

2 Commits

Author SHA1 Message Date
Settel
2153d71c00 version: bump to 3.6
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
2025-04-16 17:37:16 +02:00
Settel
0a9707efda feat: update woodpecker CI images to node 22 and golang 1.24. 2025-04-16 17:37:02 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ when:
steps: steps:
frontend: frontend:
image: node:18-alpine image: node:22-alpine
commands: commands:
- yarn global add pnpm - yarn global add pnpm
- ( cd client && pnpm run setup ) - ( cd client && pnpm run setup )
@ -11,7 +11,7 @@ steps:
- mkdir -p client/.output/public/ - mkdir -p client/.output/public/
backend: backend:
image: golang:1.20-alpine image: golang:1.24-alpine
commands: commands:
- apk add go-bindata - apk add go-bindata
- apk add make - apk add make

View File

@ -1,6 +1,6 @@
{ {
"name": "knowyt", "name": "knowyt",
"version": "3.5", "version": "3.6",
"private": true, "private": true,
"scripts": { "scripts": {
"lint": "tsc-strict", "lint": "tsc-strict",