Skip to content

Commit

Permalink
Merge pull request #269 from mvdicarlo/mvdicarlo-patch-1
Browse files Browse the repository at this point in the history
Update appveyor.yml
  • Loading branch information
mvdicarlo authored Oct 21, 2023
2 parents f9a9e05 + 40516d0 commit a62857e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ init:
- git config --global core.autocrlf input

install:
- cmd: powershell Install-Product node 16 x64
- sh: nvm install 16.20.2
- sh: nvm use 16.20.2
- cmd: powershell Install-Product node 18 x64
- sh: nvm install 18.17.1
- sh: nvm use 18.17.1
- yarn

build_script:
Expand Down

0 comments on commit a62857e

Please sign in to comment.