We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 340c8c1 commit 6821416Copy full SHA for 6821416
1 file changed
.github/workflows/push.yml
@@ -11,10 +11,10 @@ jobs:
11
- uses: pnpm/action-setup@v4
12
with:
13
version: latest
14
- - name: Use Node.js 22.x
+ - name: Use Node.js 24.x
15
uses: actions/setup-node@v4
16
17
- node-version: 22.x
+ node-version: 24.x
18
cache: pnpm
19
- run: pnpm install --frozen-lockfile
20
- name: Build
@@ -37,10 +37,10 @@ jobs:
37
38
39
40
41
42
43
44
45
46
- name: Install Puppeteer Chrome
0 commit comments