We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a09378a + a7f6de5 commit 356fcd2Copy full SHA for 356fcd2
2 files changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Setup Node.js
22
uses: actions/setup-node@v6
23
with:
24
- node-version: '24.x'
+ node-version: '25.x'
25
cache: 'npm'
26
27
- name: Install dependencies
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
59
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
- node-version: '24'
+ node-version: '25'
33
34
35
- name: Configure Git
0 commit comments