Skip to content

Commit bcad30d

Browse files
committed
fix linux build
1 parent 21b7428 commit bcad30d

File tree

4 files changed

+289
-2
lines changed

4 files changed

+289
-2
lines changed

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: '20'
19+
node-version: '22'
2020
- run: npm install
2121
- run: npm install -g @quasar/cli
2222
- run: quasar build

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG PUBLIC_PATH=/
2-
FROM node:20-alpine AS builder
2+
FROM node:22-alpine AS builder
33
ARG PUBLIC_PATH
44
WORKDIR /app
55

package-lock.json

Lines changed: 283 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
"vite-plugin-checker": "0.9.1",
5252
"vue-tsc": "2.2.8"
5353
},
54+
"optionalDependencies": {
55+
"@rollup/rollup-linux-x64-gnu": "4.40.0",
56+
"sass-embedded": "1.86.3"
57+
},
5458
"engines": {
5559
"node": "^28 || ^26 || ^24 || ^22 || ^20 || ^18",
5660
"npm": ">= 6.13.4",

0 commit comments

Comments
 (0)