Skip to content

Commit

Permalink
ci: update appveyor to run on node.js 20 (#751)
Browse files Browse the repository at this point in the history
* ci: update appveyor to run on node.js 20

update appveyor for
node.js 20
Visual Studio 2022

* ci: remove Firefox tests from appveyor
  • Loading branch information
MikeMcC399 authored Oct 10, 2023
1 parent 7c39bf5 commit fc17b77
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ skip_commits:
# do not run for testing new Linux builds
message: /Testing new linux/

# https://www.appveyor.com/docs/build-environment/#build-worker-images
image: Visual Studio 2022

# https://www.appveyor.com/docs/lang/nodejs-iojs/
# Test against the latest version of this Node.js version
environment:
nodejs_version: "18"
nodejs_version: "20"

# Install scripts. (runs after repo cloning)
install:
Expand Down Expand Up @@ -42,7 +45,8 @@ test_script:
- setx CYPRESS_defaultCommandTimeout 20000
- run-if npm run test:ci:record:chrome
- run-if npm run test:ci:record
- run-if npm run test:ci:record:firefox
# removed Firefox test due to flakiness in this environment
# - run-if npm run test:ci:record:firefox
- run-if npm run test:ci:record:edge

# Don't actually build.
Expand Down

0 comments on commit fc17b77

Please sign in to comment.