Skip to content

Commit

Permalink
Fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
cifkao committed Feb 29, 2024
1 parent 353447e commit 038766d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

- name: Set up Node.js environment
uses: actions/setup-node@v2
with:
node-version: 21.6.2

- name: Cache node_modules
uses: actions/cache@v2
Expand Down

0 comments on commit 038766d

Please sign in to comment.