We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a0764a + e44e9a9 commit d8a5ca0Copy full SHA for d8a5ca0
2 files changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v7
15
16
- name: Set up Node.js
17
- uses: actions/setup-node@v6
+ uses: actions/setup-node@v7
18
with:
19
node-version: 26
20
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
fetch-depth: 0
24
25
- name: Setup Node.js
26
27
28
29
registry-url: 'https://registry.npmjs.org'
0 commit comments