Compare commits

...

2 Commits

Author SHA1 Message Date
Settel
9e63e101cc version: bump to 3.7
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
2025-04-16 17:43:05 +02:00
Settel
227ba8dcfb feat: downgrade woodpecker CI images to node 20 2025-04-16 17:42:54 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ when:
steps: steps:
frontend: frontend:
image: node:22-alpine image: node:20-alpine
commands: commands:
- yarn global add pnpm - yarn global add pnpm
- ( cd client && pnpm run setup ) - ( cd client && pnpm run setup )

View File

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