Skip to content

Commit 8351f61

Browse files
authored
Bump node version to v23 in action
1 parent 02c3034 commit 8351f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Node
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: 22
34+
node-version: 23
3535
cache: "npm"
3636
- name: Install dependencies
3737
run: npm ci

0 commit comments

Comments
 (0)