Skip to content

Commit

Permalink
Merge pull request #223 from Aguafrommars/feature/net8
Browse files Browse the repository at this point in the history
ci: use node 18
  • Loading branch information
aguacongas authored Oct 20, 2023
2 parents 679d02b + 3d0fe74 commit 259747f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ environment:
init:
- cmd: git config --global core.autocrlf true
install:
- ps: if ($isWindows) { Install-Product node '' }
- ps: if ($isWindows) { Install-Product node 18 x64 }
- sh: wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb
- sh: sudo dpkg -i packages-microsoft-prod.deb
- sh: sudo apt-get update
Expand Down

0 comments on commit 259747f

Please sign in to comment.