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.
2 parents feba196 + bfa4f4b commit f19978aCopy full SHA for f19978a
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@v5
14
15
- name: Use Node.js
16
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
17
with:
18
cache: npm
19
node-version-file: .nvmrc
.github/workflows/commitlint.yml
@@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
20
21
.github/workflows/release-please.yml
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
registry-url: https://registry.npmjs.org
0 commit comments