Skip to content

Commit b1cde22

Browse files
committed
check update to node 21.x
1 parent a20e308 commit b1cde22

File tree

3 files changed

+5
-14045
lines changed

3 files changed

+5
-14045
lines changed

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,12 @@ need to [fork this repository](https://help.github.com/en/github/getting-started
152152
and [clone it](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository)
153153
on 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
159159
docker 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

163163
In the container terminal

0 commit comments

Comments
 (0)