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 11f7181 commit cace60dCopy full SHA for cace60d
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v5
12
- name: Setup Node.js
13
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
14
with:
15
node-version-file: '.nvmrc'
16
cache: 'npm'
.github/workflows/publish-rc.yml
@@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v5
17
18
19
20
21
.github/workflows/publish.yml
0 commit comments