Skip to content

Commit

Permalink
remove node dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Dec 8, 2024
1 parent 952b3c9 commit 5153592
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
curl -fsSL https://cli.moonbitlang.com/install/unix.sh | bash
echo "$HOME/.moon/bin" >> $GITHUB_PATH
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"
# - uses: actions/setup-node@v4
# with:
# node-version: 20
# cache: "yarn"

- name: moon check
run: moon update && moon check
Expand Down

0 comments on commit 5153592

Please sign in to comment.