From 58caba4df7449510161363a8214f2b5e846d38ce Mon Sep 17 00:00:00 2001 From: Marcus Ramberg Date: Wed, 27 Sep 2023 00:36:44 +0200 Subject: [PATCH] chore: Try to fix js tests by bumping to node 20 --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index d4c9b84f1..619f3eadb 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x] + node-version: [20] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{matrix.node-version}}