Skip to content

Commit

Permalink
chore: update evergreen config
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 24, 2023
1 parent 1ecf7ce commit c9140a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9046,11 +9046,11 @@ tasks:
- func: checkout
- func: install
vars:
node_js_version: "16.19.1"
node_js_version: "16.20.0"
npm_deps_mode: all
- func: test_vscode
vars:
node_js_version: "16.19.1"
node_js_version: "16.20.0"
- name: test_connectivity
tags: ["extra-integration-test"]
depends_on:
Expand Down Expand Up @@ -9101,11 +9101,11 @@ tasks:
- func: checkout
- func: install
vars:
node_js_version: "16.19.1"
node_js_version: "16.20.0"
npm_deps_mode: cli_build
- func: generate_license_and_vulnerability_report
vars:
node_js_version: "16.19.1"
node_js_version: "16.20.0"

###
# E2E TESTS
Expand Down

0 comments on commit c9140a8

Please sign in to comment.