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