Skip to content

Commit 8b26bcf

Browse files
committed
Allow building for arm
1 parent 8852fca commit 8b26bcf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-alpine as base
1+
FROM node:20-alpine as base
22
WORKDIR /app
33

44
# Build layer

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,10 @@
2727
"eslint-config-prettier": "^9.0.0",
2828
"eslint-import-resolver-typescript": "^3.6.0",
2929
"eslint-plugin-prettier": "^5.0.0"
30+
},
31+
"pnpm": {
32+
"overides": {
33+
"rollup": "@rollup/wasm-node"
34+
}
3035
}
3136
}

0 commit comments

Comments
 (0)