Skip to content

Commit e5c2cc8

Browse files
committed
update node.js version to 22
1 parent 62d797c commit e5c2cc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/code-quality.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Validate code quality
22

33
env:
4-
NODE_VERSION: 20
4+
NODE_VERSION: 22
55

66
on:
77
push:

Diff for: .github/workflows/gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Deploy GitHub pages
22

33
env:
4-
NODE_VERSION: 20
4+
NODE_VERSION: 22
55
GH_PAGES_DIR: gh-pages-dist
66

77
on:

0 commit comments

Comments
 (0)