Skip to content

Commit

Permalink
remove ubuntu18 CI env
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed May 3, 2023
1 parent 958dfbb commit ffaa24e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test-e2e.config.mjs
Expand Up @@ -14,10 +14,6 @@ function getCiJobs() {
os: 'ubuntu-latest',
node_version: '17'
}
const ubuntu18 = {
os: 'ubuntu-latest',
node_version: '18'
}
const ubuntu20 = {
os: 'ubuntu-latest',
node_version: '20'
Expand All @@ -35,7 +31,7 @@ function getCiJobs() {
node_version: '17'
}

const setupsExamples = [ubuntu18, ubuntu16, win14]
const setupsExamples = [ubuntu16, win14]

return [
{
Expand Down

0 comments on commit ffaa24e

Please sign in to comment.