Skip to content

Commit 7ef1103

Browse files
Update dependency node to v22.19.0
1 parent 22ac7e9 commit 7ef1103

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install Node.js
3939
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
4040
with:
41-
node-version: 22.16.0
41+
node-version: 22.19.0
4242

4343
- name: Cache npm global packages
4444
id: cache-npm-global
@@ -82,7 +82,7 @@ jobs:
8282
- name: Install Node.js
8383
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
8484
with:
85-
node-version: 22.16.0
85+
node-version: 22.19.0
8686

8787
- name: Cache npm global packages
8888
id: cache-npm-global

0 commit comments

Comments
 (0)