There was an error while loading. Please reload this page.
2 parents 023e34c + 703c7c7 commit 3c3f1bdCopy full SHA for 3c3f1bd
2 files changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@v7
21
22
- name: Set up Node ${{ matrix.node-version }}
23
- uses: actions/setup-node@v6
+ uses: actions/setup-node@v7
24
with:
25
node-version: ${{ matrix.node-version }}
26
cache: npm
@@ -52,7 +52,7 @@ jobs:
52
53
54
- name: Set up Node
55
56
57
node-version: "24.x"
58
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
27
28
29
30
node-version: "22.x"
31
registry-url: "https://registry.npmjs.org"
0 commit comments