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 be29b00 commit 4485f06Copy full SHA for 4485f06
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v5
15
- name: Set up Node
16
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
17
with:
18
node-version-file: '.nvmrc'
19
cache: 'npm'
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
25
26
0 commit comments