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 983429d commit 8c57095Copy full SHA for 8c57095
1 file changed
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
20
- uses: actions/setup-node@v4
21
with:
22
- node-version: 22
+ node-version: 24
23
cache: yarn
24
- run: yarn install
25
- run: scripts/release --build
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
registry-url: https://registry.npmjs.org/
49
50
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
74
75
76
0 commit comments