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