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 4656e94 + 4031989 commit a247074Copy full SHA for a247074
3 files changed
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
uses: actions/checkout@v4
11
12
- name: Use Node.js
13
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
14
with:
15
cache: npm
16
node-version-file: .nvmrc
.github/workflows/commitlint.yml
@@ -12,7 +12,7 @@ jobs:
fetch-depth: 0
17
18
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
32
registry-url: https://registry.npmjs.org
33
0 commit comments