We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b1cc6 commit 187a036Copy full SHA for 187a036
.github/workflows/link-check.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Setup Node
28
uses: actions/setup-node@v4
29
with:
30
- node-version: '18.20.7'
+ node-version: '18.20.8'
31
cache: 'npm'
32
# The action defaults to search for the dependency file (package-lock.json,
33
# npm-shrinkwrap.json or yarn.lock) in the repository root, and uses its
0 commit comments