We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 761ffa0 + d0553c2 commit 795759aCopy full SHA for 795759a
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
ref: ${{ github.head_ref }}
16
17
- name: Use Node.js
18
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
19
with:
20
cache: npm
21
node-version-file: .nvmrc
.github/workflows/commitlint.yml
fetch-depth: 0
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@v5
14
0 commit comments