Skip to content

Commit

Permalink
Upgrade to node 20 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielm-codefresh authored Oct 22, 2023
1 parent 9718f6c commit d082cb6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.20.2
v20.8.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.20.2-bullseye-slim
FROM node:20.8.1-bookworm-slim

WORKDIR /root/cf-runtime

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cf-container-logger",
"version": "1.8.5",
"version": "0.0.0",
"description": "codefresh container logger",
"keywords": [
"cf-container-logger"
Expand Down Expand Up @@ -43,7 +43,7 @@
"sinon-chai": "^3.7.0"
},
"engines": {
"node": "16.20.2"
"node": ">=16.20.2 <=20"
},
"scripts": {
"lint": "eslint '*/**/*.js'",
Expand Down
2 changes: 1 addition & 1 deletion service.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 1.10.4
version: 1.11.0
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2447,10 +2447,10 @@ minimatch@^3.0.4, minimatch@^3.1.2:
dependencies:
brace-expansion "^1.1.7"

[email protected], minimist@^0.2.4, minimist@^1.2.0, minimist@~0.0.1:
version "0.2.4"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.2.4.tgz#0085d5501e29033748a2f2a4da0180142697a475"
integrity sha512-Pkrrm8NjyQ8yVt8Am9M+yUt74zE3iokhzbG1bFVNjLB92vwM71hf40RkEsryg98BujhVOncKm/C1xROxZ030LQ==
[email protected], minimist@^1.2.0, minimist@^1.2.6, minimist@~0.0.1:
version "1.2.8"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==

[email protected], mkdirp@^0.5.0, mkdirp@^0.5.1:
version "0.5.1"
Expand Down

0 comments on commit d082cb6

Please sign in to comment.