Skip to content

Commit

Permalink
Update daily.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN authored Dec 22, 2023
1 parent b4d365b commit 06745ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,19 @@ jobs:
fail-fast: false
max-parallel: 3
matrix:
node: [16]
include:
- stack: angular
version: 17
node: 18
- stack: react
version: 18
node: 16
- stack: vue
version: 3
node: 16
- stack: svelte
version: 4
node: 16
uses: ./.github/workflows/regression.yml
with:
name: ${{ matrix.stack }}
Expand Down

0 comments on commit 06745ff

Please sign in to comment.