diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cb775155..d8d83d7a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - uses: mskelton/setup-yarn@v1 with: - node-version: 16.x + node-version: 18.x - name: Build and run tests run: |