Skip to content

Commit

Permalink
ci: upgrade node
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jun 17, 2023
1 parent b8970da commit 9d7b728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: lts/*

- name: Build
run: npm run generate
Expand Down

1 comment on commit 9d7b728

@vercel
Copy link

@vercel vercel bot commented on 9d7b728 Jun 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.