From 6666bbeb349806c633ef4051d115e2ea33e82386 Mon Sep 17 00:00:00 2001 From: Rimo Date: Fri, 3 Mar 2023 21:24:09 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) 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