From fb84fa84380921b534d5cdfe56be424889176d4c Mon Sep 17 00:00:00 2001 From: Jan Silva Date: Thu, 23 Mar 2023 12:29:13 +0100 Subject: [PATCH] Fix new jest version requiring use latest node version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 502765c..6c79c22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [17.x] + node-version: [19.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }}