diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 114ec06c9..b3a480c56 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,10 +58,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Use Node.js 12 + - name: Use Node.js 18 uses: actions/setup-node@v3 with: - node-version: 12.x + node-version: 18.x - name: Install node_modules run: yarn install - name: Build