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 3748eda commit 8d4b5feCopy full SHA for 8d4b5fe
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
- name: Setup Node
18
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
19
with:
20
node-version-file: '.nvmrc'
21
- run: npm install
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
.github/workflows/draft-release.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v4
0 commit comments