From 33490562abcaf0a773d82350704111b965c215dd Mon Sep 17 00:00:00 2001 From: Gowtham G Date: Tue, 20 Aug 2024 13:52:04 +0530 Subject: [PATCH] chore: update node to v20.16.0 --- .github/workflows/perf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 64d9c533..cbf1414f 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18.15.0 + node-version: 20.16.0 cache: "yarn" - name: Run performance tests run: ./reassure-tests.sh