Skip to content

Commit

Permalink
update node.js version to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
inker committed Oct 29, 2024
1 parent 62d797c commit e5c2cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Validate code quality

env:
NODE_VERSION: 20
NODE_VERSION: 22

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Deploy GitHub pages

env:
NODE_VERSION: 20
NODE_VERSION: 22
GH_PAGES_DIR: gh-pages-dist

on:
Expand Down

0 comments on commit e5c2cc8

Please sign in to comment.