diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4d04c4e..d80cb46 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,6 +14,11 @@ jobs: # TODO: add version to a .nvmrc or at least a variable node-version: 18.12.1 cache: npm + - name: Cache node modules + uses: actions/cache@v3 + with: + path: ./node_modules + key: ${{ hashFiles('package-lock.json') }} - name: Install run: npm ci - name: Build