Skip to content

Commit

Permalink
ci: use cache from setup-node action
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac authored Jan 22, 2024
1 parent 39f2a01 commit db983c9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/POST_RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Cache Node.js modules
uses: actions/cache@v3
with:
# npm cache files are stored in `~/.npm` on Linux/macOS
path: ~/.npm
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.OS }}-node-
${{ runner.OS }}-
cache: 'npm'
- name: Update demo
env:
BPMN_IO_TOKEN: ${{ secrets.BPMN_IO_TOKEN }}
Expand Down

0 comments on commit db983c9

Please sign in to comment.