diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 1126e0c..b77cd17 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -20,9 +20,10 @@ jobs: uses: actions/checkout@v2 - name: Setup node 12 - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: 12 + cache: npm - name: npm install run: npm install