Skip to content

Commit 1857f12

Browse files
chore(deps): update dependency node to v24
1 parent eb62d89 commit 1857f12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Use Node.js
1818
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
1919
with:
20-
node-version: '20.x'
20+
node-version: '24.x'
2121
cache: 'npm'
2222
- run: npm ci
2323
- run: npm run build

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1818
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1919
with:
20-
node-version: 20
20+
node-version: 24
2121
- name: Install dependencies
2222
run: npm ci
2323
- name: Install Playwright Browsers

0 commit comments

Comments
 (0)