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: |