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 b0905c1 commit e958d2cCopy full SHA for e958d2c
.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
@@ -10,7 +10,7 @@ jobs:
10
11
12
13
14
cache: yarn
15
16
0 commit comments