Skip to content

Commit

Permalink
don't use Node.js 20 for boilerplates but for most examples
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed May 8, 2023
1 parent b1cd106 commit 523ec0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-e2e.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ function getCiJobs() {
node_version: '17'
}

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

return [
{
name: 'Boilerplates',
setups: [ubuntu20]
setups: [ubuntu17]
},
{
name: 'Examples React',
Expand Down

0 comments on commit 523ec0a

Please sign in to comment.