From 08917b8d1528709d64ac727aeb0c586a5aa5b562 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Thu, 6 Jun 2024 17:48:23 +0200 Subject: [PATCH] chore: use node 20 for linting (#7311) --- .github/workflows/publish-new-version.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-new-version.yaml b/.github/workflows/publish-new-version.yaml index 5e519bcbfd..a6e85391f6 100644 --- a/.github/workflows/publish-new-version.yaml +++ b/.github/workflows/publish-new-version.yaml @@ -91,10 +91,10 @@ jobs: run: | git config user.name "GitHub Actions Bot" git config user.email "<>" - - name: Use Node js 18 + - name: Use Node js 20 uses: actions/setup-node@v4 with: - node-version: '18.x' + node-version: '20.x' cache: 'yarn' - name: upgrade package version run: |