File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 - uses : actions/setup-node@v4
3434 with :
3535 node-version : " 22.x"
36- cache : " pnpm"
37- cache-dependency-path : " frontend/pnpm-lock.yaml"
3836 - run : make lint-frontend
3937 shell : bash
4038 # Avoid running linters on Windows (False positives for CRLF sequence)
6664 - uses : actions/setup-node@v4
6765 with :
6866 node-version : " 22.x"
69- cache : " pnpm"
70- cache-dependency-path : " frontend/pnpm-lock.yaml"
7167 - run : make test-frontend
7268 shell : bash
7369 test-backend :
9894 - uses : actions/setup-node@v4
9995 with :
10096 node-version : " 22.x"
101- cache : " pnpm"
102- cache-dependency-path : " frontend/pnpm-lock.yaml"
10397 - run : make build-frontend
10498 shell : bash
10599
Original file line number Diff line number Diff line change @@ -100,8 +100,6 @@ jobs:
100100 - uses : actions/setup-node@v4
101101 with :
102102 node-version : " 22.x"
103- cache : " pnpm"
104- cache-dependency-path : " frontend/pnpm-lock.yaml"
105103
106104 # IMPORTANT: frontend should be built first, since it is required when creating the binary
107105 - name : Build Frontend
You can’t perform that action at this time.
0 commit comments