Skip to content

Commit

Permalink
fix: revert to node18 (#568)
Browse files Browse the repository at this point in the history
* fix: remove node ver in package.json

* update prod stage

* remove experimental flag

* revert node18
  • Loading branch information
arcoraven authored Jul 18, 2024
1 parent 9061ba2 commit b57fb98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine AS base
FROM node:18.19-alpine AS base

# Install tini & build dependencies
RUN apk add --no-cache tini && \
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
"name": "web3-api",
"version": "0.1.0",
"license": "Apache-2.0",
"engines": {
"node": "20.x"
},
"description": "thirdweb's web3-api server",
"description": "thirdweb Engine",
"main": "src/server/index.ts",
"author": "thirdweb engineering <[email protected]>",
"type": "module",
Expand Down

0 comments on commit b57fb98

Please sign in to comment.