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 be2ee47 commit e5f5cf4Copy full SHA for e5f5cf4
.github/workflows/link-check.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Setup Node
32
uses: actions/setup-node@v4
33
with:
34
- node-version: '22.18.0'
+ node-version: '22.19.0'
35
cache: 'npm'
36
# The action defaults to search for the dependency file (package-lock.json,
37
# npm-shrinkwrap.json or yarn.lock) in the repository root, and uses its
0 commit comments