Skip to content

Commit

Permalink
Cr 21629 node 20 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-codefresh authored Dec 22, 2023
1 parent 86ff7d1 commit 80efee5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.10.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.17.1-alpine
FROM node:20.10.0-alpine

RUN apk update && apk upgrade && apk add --no-cache bash mc
RUN mkdir -p /debugger
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cf-debugger",
"version": "1.3.4",
"version": "1.3.5",
"main": "index.js",
"license": "MIT",
"resolutions": {
Expand All @@ -9,5 +9,8 @@
},
"dependencies": {
"node-pty": "^1.0.0"
},
"engines": {
"node": "20.10.0"
}
}

0 comments on commit 80efee5

Please sign in to comment.