Compare commits
No commits in common. "2153d71c00893c81fd5bebc94ab9d5f0b0f58202" and "e193b257c7f18422d2ad5e03820c25998d2858c2" have entirely different histories.
2153d71c00
...
e193b257c7
@ -3,7 +3,7 @@ when:
|
||||
|
||||
steps:
|
||||
frontend:
|
||||
image: node:22-alpine
|
||||
image: node:18-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.24-alpine
|
||||
image: golang:1.20-alpine
|
||||
commands:
|
||||
- apk add go-bindata
|
||||
- apk add make
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "knowyt",
|
||||
"version": "3.6",
|
||||
"version": "3.5",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"lint": "tsc-strict",
|
||||
|
Loading…
x
Reference in New Issue
Block a user