Skip to content

Commit

Permalink
Bump node version to 20.11.0 for standard publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Feb 13, 2024
1 parent 5d6f154 commit a1ce3dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion publisher/standard/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.17.3-alpine3.11
FROM node:20.11.0-alpine3.18

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion publisher/standard/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion publisher/standard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint server.js"
},
"engines": {
"node": "14.17.3"
"node": "20.11.0"
},
"dependencies": {
"axios": "^0.23.0",
Expand Down

0 comments on commit a1ce3dd

Please sign in to comment.