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 2e18e69 commit 913f2aeCopy full SHA for 913f2ae
3 files changed
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Node
18
uses: actions/setup-node@v6
19
with:
20
- node-version: '24.x'
+ node-version: '25.9.x'
21
registry-url: 'https://registry.npmjs.org'
22
- name: Install dependencies
23
run: npm ci
.github/workflows/publish.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
30
mise.toml
@@ -1,2 +1,3 @@
1
[tools]
2
+node = "25.9.0"
3
ruby = "latest"
0 commit comments