Skip to content

Commit

Permalink
Upgrade Node.js 22.9.0 → 23.1.0 (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
sds authored Nov 1, 2024
1 parent 2843292 commit 6284487
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.9.0
23.1.0
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#
# asdf install

nodejs 22.9.0
nodejs 23.1.0
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.5

# When updating image version, make sure to update below layer as well
FROM node:22.9.0-alpine3.20 as builder
FROM node:23.1.0-alpine3.20 as builder

# Create app directory
WORKDIR /app
Expand Down Expand Up @@ -43,7 +43,7 @@ COPY . .
RUN yarn build

# When updating image version, make sure to update the above layer as well
FROM node:22.9.0-alpine3.20 as app
FROM node:23.1.0-alpine3.20 as app

WORKDIR /app

Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
"abi": "typechain --node16-modules --target ethers-v6 --out-dir src/abi src/abi/*.abi",
"lint:fix": "npm run lint -- --fix"
},
"engines": {
"node": "22.9.0"
},
"dependencies": {
"@chainlink/ccip-read-server": "^0.2.1",
"@farcaster/hub-nodejs": "^0.12.7",
Expand Down

0 comments on commit 6284487

Please sign in to comment.