File tree Expand file tree Collapse file tree 3 files changed +5
-14045
lines changed Expand file tree Collapse file tree 3 files changed +5
-14045
lines changed Original file line number Diff line number Diff line change 2222 - name : Setup Node
2323 uses : actions/setup-node@v4
2424 with :
25- node-version : ' 16 .x'
25+ node-version : ' 21 .x'
2626
2727 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2828 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -152,12 +152,12 @@ need to [fork this repository](https://help.github.com/en/github/getting-started
152152and [ clone it] ( https://help.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository )
153153on your machine.
154154
155- This app uses an older version of node, hence the easiest option is to use a
156- Docker setup.
155+ If you don't have node or are not familiar with it, the easiest option is to
156+ use a Docker setup.
157157
158158``` shell
159159docker run -it --rm -p 8080:8080 -v $( pwd) :/src --entrypoint bash \
160- --platform linux/amd64 node:14. 21.3-buster -slim
160+ --platform linux/amd64 node:21.7.2-bookworm -slim
161161```
162162
163163In the container terminal
You can’t perform that action at this time.
0 commit comments