diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ea2531e..d7659ab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,6 +10,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 + with: + node-version: 16 + cache: 'npm' - run: npm ci - run: npm run all - name: Compare the expected and actual dist