We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817f1d7 commit 29f7156Copy full SHA for 29f7156
.github/workflows/build_deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Setup Node
24
uses: actions/setup-node@v4
25
with:
26
- node-version: '21.x'
+ node-version: '23.x'
27
28
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
29
- uses: actions/checkout@v4
README.md
@@ -157,7 +157,7 @@ use a Docker setup.
157
158
```shell
159
docker run -it --rm -p 8080:8080 -v $(pwd):/src --entrypoint bash \
160
- --platform linux/amd64 node:21.7.2-bookworm-slim
+ --platform linux/amd64 node:23.1.0-bookworm-slim
161
```
162
163
In the container terminal
0 commit comments