Skip to content

Commit 6a46ad0

Browse files
Update dependency node to v24
1 parent d16b43f commit 6a46ad0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Setup Node
6464
uses: actions/setup-node@v4
6565
with:
66-
node-version: 20
66+
node-version: 24
6767

6868
- name: Install dependencies
6969
working-directory: ./e2e

e2e/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Install Playwright and Chromium
2-
FROM node:22-bookworm AS playwright-setup
2+
FROM node:24-bookworm AS playwright-setup
33

44
WORKDIR /e2e
55

0 commit comments

Comments
 (0)