Skip to content

Commit 97db18f

Browse files
committed
Upgrade to Node 24
1 parent bbc46a5 commit 97db18f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
23
1+
24

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616

1717
frontend:
1818
command: npm start
19-
image: node:23
19+
image: node:24
2020
user: node
2121
volumes:
2222
- type: bind

docs/guides/automated-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Here is a practical example of combining [Pa11y](https://pa11y.org/) and django-
100100

101101
```yaml
102102
static:
103-
image: node:22
103+
image: node:24
104104
stage: build
105105
script:
106106
- npm ci

0 commit comments

Comments
 (0)