Skip to content

Commit

Permalink
updating CI
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Jun 8, 2024
1 parent 24beff3 commit 023b5eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
node-version: '${{ matrix.node }}'
cache: 'npm'
cache-dependency-path: package.json
cache-dependency-path: package-lock.json

- name: Cache node modules
id: cache-nodemodules
Expand All @@ -61,7 +61,7 @@ jobs:
cache-name: cache-node-modules
with:
path: node_modules
key: ${{ matrix.os }}-${{ matrix.node }}-${{ hashFiles('package.json') }}
key: ${{ matrix.os }}-${{ matrix.node }}-${{ hashFiles('package-lock.json') }}

# - if: runner.os == 'Windows'
# name: Setup CSC for Windows
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ skip_commits:
build: off

cache:
- node_modules -> package.json
- node_modules -> package-lock.json

0 comments on commit 023b5eb

Please sign in to comment.