Skip to content

Commit

Permalink
update(github workflows): gh pages nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
erkobridee committed Nov 27, 2024
1 parent 1bb3f6c commit 864e83e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
- name: Checkout your repository using git
uses: actions/checkout@v4

- name: Setup Node 18.x
- name: Setup Node 22.x
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 22.x

- name: Install
run: npm i
Expand Down

0 comments on commit 864e83e

Please sign in to comment.