Skip to content

Commit

Permalink
fix: invalid node version
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-fish authored Jun 6, 2024
1 parent 0012bbc commit dd4304f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@master
with:
node-version: lts
node-version: 20
registry-url: https://registry.npmjs.org/

- name: Resolve Dependencies
Expand Down

0 comments on commit dd4304f

Please sign in to comment.