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 cb6c502 + 74a4784 commit 827a4c1Copy full SHA for 827a4c1
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v5
16
17
- name: Use Node.js
18
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
19
with:
20
cache: yarn
21
node-version-file: .nvmrc
.github/workflows/commitlint.yml
@@ -12,7 +12,7 @@ jobs:
12
fetch-depth: 0
13
14
.github/workflows/release-please.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
32
registry-url: https://registry.npmjs.org
33
0 commit comments