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.
2 parents 782eab1 + 1857f12 commit 341a9b7Copy full SHA for 341a9b7
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Use Node.js
18
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
19
with:
20
- node-version: '20.x'
+ node-version: '24.x'
21
cache: 'npm'
22
- run: npm ci
23
- run: npm run build
.github/workflows/test.yml
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
- node-version: 20
+ node-version: 24
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
0 commit comments