From eef030156401d09090381f26584db82011324da3 Mon Sep 17 00:00:00 2001 From: Rahul Hovale Date: Tue, 27 Aug 2024 13:17:03 +0100 Subject: [PATCH] ci yaml config update --- .github/workflows/ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2ff717a..d9d027d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,13 +11,12 @@ jobs: uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - name: Install run: npm install - name: Test run: HEADLESS=Y npm run wdio - - uses: actions/upload-artifact@v1 - if: failure() + - uses: actions/upload-artifact@v4 with: name: reports path: reports/html-reports