From 1a7c3e27232841812ac351b15fbb062225de1b5c Mon Sep 17 00:00:00 2001 From: Nico Flaig Date: Mon, 17 Jul 2023 14:00:25 +0200 Subject: [PATCH] ci: use node v20 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 1da1959a8072..74f19be3af99 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: 18 + node-version: 20 check-latest: true - name: Node.js version id: node