From fc1c53b4a714ed09ce0c076aff7cd8aac37c96c3 Mon Sep 17 00:00:00 2001 From: heapwolf Date: Wed, 24 Apr 2024 10:33:36 +0200 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02752969..24ed8574 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/setup-node@v1 with: - node-version: "14.x" + node-version: "20.x" - name: Install run: | @@ -19,5 +19,4 @@ jobs: - name: Test run: | - sudo apt-get install xvfb - xvfb-run --auto-servernum npm run test:ci + npm run test