We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5457f72 commit 7f8de18Copy full SHA for 7f8de18
2 files changed
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup Node.js environment
21
uses: actions/setup-node@v6.0.0
22
with:
23
- node-version: '22'
+ node-version: '24'
24
- name: Install dependencies
25
run: yarn install --frozen-lockfile
26
- name: Format
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
67
- name: Build
.github/workflows/pr.yml
@@ -23,7 +23,7 @@ jobs:
27
28
29
0 commit comments