Skip to content

Commit 29f7156

Browse files
committed
update node to 23.x
1 parent 817f1d7 commit 29f7156

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: '21.x'
26+
node-version: '23.x'
2727

2828
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2929
- uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ 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:21.7.2-bookworm-slim
160+
--platform linux/amd64 node:23.1.0-bookworm-slim
161161
```
162162

163163
In the container terminal

0 commit comments

Comments
 (0)