We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855c1c2 commit ad45c9cCopy full SHA for ad45c9c
.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.8'
+ node-version: '22.15.0'
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