Skip to content

Commit

Permalink
fix: node setup step in action
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand committed Mar 15, 2024
1 parent 713c33e commit 614ffc5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codestyle-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
with:
python-version: 3.12
- name: "Set up npm"
uses: actions/setup-note@v4
uses: actions/setup-node@v4
with:
node-version: 20
- name: "JS codestyle"
run: |
npm install prettier
Expand Down

0 comments on commit 614ffc5

Please sign in to comment.