Skip to content

Commit

Permalink
chore: upgrade to node 20.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fredriklindberg committed Nov 22, 2023
1 parent ef7b74d commit 00d5ec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
registry?=exposr
node_version=18.17.1
node_version=20.9.0
alpine_version=3.18
platforms?=linux/amd64,linux/arm64

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/test_cluster.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const startExposrd = (name = "", network, args = [], dockerargs = []) => {
"--workdir", "/app",
"--add-host", "host.docker.internal:host-gateway",
].concat(dockerargs).concat([
"node:18-alpine3.18",
"node:20-alpine3.18",
"exposrd.mjs"
]).concat(args), {detached: true});

Expand Down

0 comments on commit 00d5ec5

Please sign in to comment.