We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8852fca commit 8b26bcfCopy full SHA for 8b26bcf
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:18-alpine as base
+FROM node:20-alpine as base
2
WORKDIR /app
3
4
# Build layer
package.json
@@ -27,5 +27,10 @@
27
"eslint-config-prettier": "^9.0.0",
28
"eslint-import-resolver-typescript": "^3.6.0",
29
"eslint-plugin-prettier": "^5.0.0"
30
+ },
31
+ "pnpm": {
32
+ "overides": {
33
+ "rollup": "@rollup/wasm-node"
34
+ }
35
}
36
0 commit comments