Skip to content

Commit

Permalink
update E2E Node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed May 25, 2024
1 parent 93a74ed commit 431e050
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions test-e2e.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,10 @@ function getCiJobs() {
os: 'ubuntu-latest',
node_version: '18',
}
const ubuntu16 = {
os: 'ubuntu-latest',
node_version: '16',
}
const ubuntu17 = {
os: 'ubuntu-latest',
node_version: '17',
}
const win16 = {
os: 'windows-latest',
node_version: '16',
}
const win18 = {
os: 'windows-latest',
node_version: '18',
Expand All @@ -34,19 +26,19 @@ function getCiJobs() {
os: 'windows-latest',
node_version: '20',
}
const mac17 = {
const mac18 = {
os: 'macos-latest',
node_version: '17',
node_version: '18',
}

return [
{
name: 'Vite',
setups: [ubuntu18, win16, mac17],
setups: [ubuntu18, win18, mac18],
},
{
name: 'React Native',
setups: [ubuntu16, win18],
setups: [ubuntu20, win18],
},
{
name: 'Cloudflare Workers',
Expand All @@ -58,15 +50,15 @@ function getCiJobs() {
},
{
name: 'Nuxt 2',
setups: [ubuntu16, win16],
setups: [ubuntu20, win18],
},
{
name: 'SvelteKit',
setups: [ubuntu16, win18],
setups: [ubuntu20, win18],
},
{
name: 'Prisma',
setups: [win16, mac17],
setups: [win18, mac18],
},
{
name: 'https://telefunc.com',
Expand Down

0 comments on commit 431e050

Please sign in to comment.