Skip to content

Commit

Permalink
🐎 ci: set node version
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangechen committed Jun 14, 2024
1 parent 340ef2d commit ac01429
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit ac01429

Please sign in to comment.