From 431e0500c9d8789e614c339589d89e864a0d6aec Mon Sep 17 00:00:00 2001 From: Romuald Brillout Date: Sat, 25 May 2024 10:31:51 +0200 Subject: [PATCH] update E2E Node.js version --- test-e2e.config.mjs | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/test-e2e.config.mjs b/test-e2e.config.mjs index db20babd..fa74d6d3 100644 --- a/test-e2e.config.mjs +++ b/test-e2e.config.mjs @@ -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', @@ -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', @@ -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',