We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88dd67b + f57dc6d commit 26f7e9eCopy full SHA for 26f7e9e
.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@v5
+ uses: actions/setup-node@v6
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