diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bdc2a9d..0bd0ffd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,6 +11,10 @@ jobs: - uses: actions/checkout@v2 with: ref: ${{ github.head_ref }} + - uses: actions/setup-node@v3 + with: + node-version: '18.x' + registry-url: 'https://registry.npmjs.org' - name: Deps run: npm ci - name: Build