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 4ffbfd4 commit 56f229dCopy full SHA for 56f229d
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: "Setup node with cache"
20
uses: actions/setup-node@v6
21
with:
22
- node-version: 22
+ node-version: 24
23
cache: 'yarn'
24
25
- run: yarn install --frozen-lockfile
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
15
16
17
0 commit comments