diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fdbb2e3..ab3562d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,6 +11,12 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + + - uses: actions/setup-node@v3 + with: + node-version: '16' + cache: 'yarn' + - run: | yarn - run: |