Skip to content

Commit

Permalink
chore: use fnm for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
saturday06 committed Jan 15, 2025
1 parent 91881d6 commit 297312a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,13 @@ jobs:
break
fi
done
- name: Install fnm
run: |
curl --fail --show-error --location https://fnm.vercel.app/install | bash
source "$HOME/.bashrc"
fnm env --json | jq -r 'to_entries | .[] | .key + "=" + .value' >> "$GITHUB_ENV"
- name: Install node
run: fnm install
- name: Check source code formatting
run: |
./tools/format.sh
Expand Down

0 comments on commit 297312a

Please sign in to comment.