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 cc18794 commit d54b986Copy full SHA for d54b986
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
21
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
22
with:
23
- node-version: "22"
+ node-version: "24"
24
- name: Install
25
run: npm i
26
- name: Install Playwright Browsers
.github/workflows/playwright.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
- node-version: '22.x'
+ node-version: '24.x'
15
- name: Install dependencies
16
run: npm ci
17
0 commit comments