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.
1 parent 486454c commit 1c80424Copy full SHA for 1c80424
.github/workflows/broken-link-checker.yml
@@ -20,9 +20,8 @@ jobs:
20
- name: Install Node.js
21
uses: actions/setup-node@v5
22
with:
23
- cache: 'yarn'
24
- cache-dependency-path: 'yarn.lock'
25
node-version-file: '.nvmrc'
+ cache: 'yarn'
26
27
- name: Install Dependencies
28
run: yarn install
.github/workflows/release.yml
@@ -18,8 +18,8 @@ jobs:
18
19
0 commit comments