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 8616b3e commit 7a03976Copy full SHA for 7a03976
.github/workflows/lint.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Setup node
32
uses: actions/setup-node@v4
33
with:
34
- node-version: 22
+ node-version: 24
35
cache: pnpm
36
37
- name: Install
.github/workflows/release.yml
@@ -53,7 +53,7 @@ jobs:
53
version: latest
54
- uses: actions/setup-node@v4
55
56
- node-version: '22'
+ node-version: '24'
57
registry-url: 'https://registry.npmjs.org'
58
cache: 'pnpm'
59
- run: pnpm install
0 commit comments