From d4eba2fcee0abe8a76a6b34f609156e75bfad7e0 Mon Sep 17 00:00:00 2001 From: hasezoey Date: Tue, 4 Jun 2024 12:32:56 +0200 Subject: [PATCH] chore(workflows/tests): update publish nodejs to 20.x --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7fdb1572..1f47584a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,10 +58,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Use Node.js 18 + - name: Use Node.js 20 uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x - name: Install node_modules run: yarn install - name: Build