Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
jalal246 committed May 25, 2024
1 parent f1e9148 commit ad485f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
if: github.repository_owner == 'dflex-js' && github.event.pull_request.draft != true
strategy:
matrix:
node-version: [18.15]
node-version: ['21.x']
browser: ["chromium", "firefox"]
bundle: ["production"]

Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
if: github.repository_owner == 'dflex-js' && github.event.pull_request.draft != true
strategy:
matrix:
node-version: [18.15]
node-version: ['21.x']
browser: ["chromium", "firefox"]
bundle: ["production"]

Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
node-version: [18.15]
node-version: ['21.x']
browser: ["chromium", "firefox", "webkit"]
bundle: ["production", "development"]

Expand Down Expand Up @@ -364,7 +364,7 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
node-version: [18.15]
node-version: ['21.x']
browser: ["chromium"]
bundle: ["development"]

Expand Down Expand Up @@ -415,7 +415,7 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
node-version: [18.15]
node-version: ['21.x']
browser: ["chromium"]
bundle: ["development"]

Expand Down

0 comments on commit ad485f3

Please sign in to comment.