From 18872876dd61793700710a9b47a2a80dfee920ab Mon Sep 17 00:00:00 2001 From: Nico Flaig Date: Sun, 16 Jul 2023 13:34:21 +0200 Subject: [PATCH] Use node 18 in sim tests --- .github/workflows/test-sim.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-sim.yml b/.github/workflows/test-sim.yml index 74f19be3af99..1da1959a8072 100644 --- a/.github/workflows/test-sim.yml +++ b/.github/workflows/test-sim.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 18 check-latest: true - name: Node.js version id: node