From ad485f3286c8f5589d4c7ed54e5ed2a1c9ae195c Mon Sep 17 00:00:00 2001 From: jalal246 Date: Sat, 25 May 2024 14:15:15 +0300 Subject: [PATCH] init --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee5353048..f081d98bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"] @@ -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"] @@ -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"] @@ -364,7 +364,7 @@ jobs: timeout-minutes: 20 strategy: matrix: - node-version: [18.15] + node-version: ['21.x'] browser: ["chromium"] bundle: ["development"] @@ -415,7 +415,7 @@ jobs: timeout-minutes: 20 strategy: matrix: - node-version: [18.15] + node-version: ['21.x'] browser: ["chromium"] bundle: ["development"]