Skip to content

Commit

Permalink
change win14 to win16
Browse files Browse the repository at this point in the history
  • Loading branch information
rtritto committed May 5, 2023
1 parent 2537371 commit dd523d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test-e2e.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ function getCiJobs() {
os: 'ubuntu-latest',
node_version: '20'
}
const win14 = {
const win16 = {
os: 'windows-latest',
node_version: '14'
node_version: '16'
}
const win18 = {
os: 'windows-latest',
Expand All @@ -31,7 +31,7 @@ function getCiJobs() {
node_version: '17'
}

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

return [
{
Expand All @@ -48,7 +48,7 @@ function getCiJobs() {
},
{
name: 'Examples Misc',
setups: [ubuntu16, mac17, win14]
setups: [ubuntu16, mac17, win16]
},
{
name: 'Unit Tests E2E',
Expand Down

0 comments on commit dd523d9

Please sign in to comment.