Skip to content

Commit

Permalink
Merge pull request #278 from Aguafrommars/fix/vulnerabilites
Browse files Browse the repository at this point in the history
ci: bump sdk & node
  • Loading branch information
aguacongas authored Oct 20, 2024
2 parents d5363b7 + 969efb8 commit 0fa811d
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
@@ -1,6 +1,6 @@
version: 1.0.{build}
skip_tags: true
stack: node 18, redis
stack: node 20, redis
skip_commits:
message: /^chore(release)/
branches:
Expand All @@ -14,12 +14,12 @@ image:
environment:
GH_TOKEN:
secure: 0NJdORJRFjpB0dwUYv7bVNsbkldkoBhnvWik/CTOwAF/k9kP+/uTWMFnDcpEpt8E
donetsdk: 8.0.100
donetsdk: 8.0.403
JAVA_HOME: C:\Program Files\Java\jdk19
init:
- cmd: git config --global core.autocrlf true
install:
- ps: if ($isWindows) { Install-Product node 18 x64 }
- ps: if ($isWindows) { Install-Product node 20 x64 }
- sh: wget -q https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb
- sh: sudo dpkg -i packages-microsoft-prod.deb
- sh: sudo apt-get update
Expand Down

0 comments on commit 0fa811d

Please sign in to comment.