From 41bafecf098e9acb210aa25387712e6e6afb390c Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Tue, 1 Apr 2025 16:13:41 +0100 Subject: [PATCH] ci(benchmark): Signed-off-by: Frazer Smith --- .github/workflows/benchmark.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index e6602909..a13b5a29 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/setup-node@v4 with: check-latest: true - node-version: 18 + node-version: 20 - name: Install run: | @@ -46,6 +46,7 @@ jobs: - uses: actions/checkout@v4 with: ref: 'main' + persist-credentials: false - name: Install run: |