Skip to content

Commit

Permalink
build.yml: Use actions/setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
abraxa committed Aug 24, 2024
1 parent 9129647 commit 4f1b082
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,9 +338,10 @@ jobs:

steps:
- name: Update node to 20
run: |
sudo nvm install 20
sudo nvm use 20
uses: actions/setup-node@v4
with:
node-version: 20

- name: Update dependencies
run: |
sudo apt-get update
Expand Down

0 comments on commit 4f1b082

Please sign in to comment.