Skip to content

Commit b30d449

Browse files
Update dependency node to v22.18.0
1 parent 22fad03 commit b30d449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: '22.17.1'
34+
node-version: '22.18.0'
3535
cache: 'npm'
3636
# The action defaults to search for the dependency file (package-lock.json,
3737
# npm-shrinkwrap.json or yarn.lock) in the repository root, and uses its

0 commit comments

Comments
 (0)