Skip to content

Commit

Permalink
Upgrade Node.js 22.7.0 → 22.9.0 (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
sds authored Oct 2, 2024
1 parent 3a4807f commit 3c2b071
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.7.0
22.9.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.7.0
nodejs 22.9.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.7.0-alpine3.20 as builder
FROM node:22.9.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.7.0-alpine3.20 as app
FROM node:22.9.0-alpine3.20 as app

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lint:fix": "npm run lint -- --fix"
},
"engines": {
"node": "22.7.0"
"node": "22.9.0"
},
"dependencies": {
"@chainlink/ccip-read-server": "^0.2.1",
Expand Down

0 comments on commit 3c2b071

Please sign in to comment.