Skip to content

Commit

Permalink
Revert "add github action npm cache"
Browse files Browse the repository at this point in the history
This reverts commit 3ae78de.
  • Loading branch information
devo1929 committed Jul 1, 2023
1 parent b6ab34b commit a882f00
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,9 @@ jobs:
with:
fetch-depth: 0 # required for gitversion

- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
cache-dependency-path: tools/package-lock.json

- name: Install Tools NPM Libs
working-directory: tools
run: npm ci
run: npm install

# This step validates the format of the tag created, if this was a published release.
# Currently, it must be in the format "yr-X.Y" or "yr-X.Y.Z"
Expand Down

0 comments on commit a882f00

Please sign in to comment.