Skip to content

Commit

Permalink
Update node version to 22.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed Nov 19, 2024
1 parent 7a5ce54 commit 7226dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/server
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

DOCKER_RUN="docker run --rm --tty --interactive --user $(id -u):$(id -g) --volume $(pwd):/code --workdir /code --publish 1234:1234 --publish 1235:1235 node:20"
DOCKER_RUN="docker run --rm --tty --interactive --user $(id -u):$(id -g) --volume $(pwd):/code --workdir /code --publish 1234:1234 --publish 1235:1235 node:22"

$DOCKER_RUN yarn install
$DOCKER_RUN yarn run dev $@

0 comments on commit 7226dc8

Please sign in to comment.