Skip to content

Commit

Permalink
Changed to not cache node_modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
isao-takejib committed Apr 10, 2021
1 parent 7c8bc3d commit 7984b88
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/vscode-language-yesod-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v2

- name: Cache node_modules
uses: actions/cache@v2
with:
path: node_modules
key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.OS }}-build-
${{ runner.OS }} # Runs a single command using the runners shell
# - name: Cache node_modules
# uses: actions/cache@v2
# with:
# path: node_modules
# key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
# restore-keys: |
# ${{ runner.OS }}-build-
# ${{ runner.OS }} # Runs a single command using the runners shell

- name: Setup Node ${{ matrix.node-version }}
uses: actions/setup-node@v1
Expand Down

0 comments on commit 7984b88

Please sign in to comment.