Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dafik committed Nov 18, 2023
1 parent ce72181 commit 89f3eea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Cache node modules
id: cache-nodemodules
uses: actions/cache@v3
uses: actions/cache@v2
env:
cache-name: cache-node-modules
with:
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Cache angular
id: cache-angular
uses: actions/cache@3
uses: actions/cache@v2
env:
cache-name: cache-angular
with:
Expand Down

0 comments on commit 89f3eea

Please sign in to comment.