Skip to content

Commit 9549162

Browse files
committed
node 20 -> 22
1 parent 5120d2f commit 9549162

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4
14-
- name: Set up nodejs-20
14+
- name: Set up nodejs-22
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: '20.x'
17+
node-version: '22.x'
1818
- name: Cache dependencies
1919
uses: actions/cache@v4
2020
with:

0 commit comments

Comments
 (0)