Skip to content

Commit

Permalink
Update build-of-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Arc-E-Tect authored Jul 16, 2024
1 parent 28ad924 commit f3a2197
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build-of-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ jobs:
with:
node-version: "lts/*"

- name: Cache Node.js modules
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Install dependencies
run: npm install -g semantic-release @semantic-release/git @semantic-release/github @semantic-release/commit-analyzer

Expand Down

0 comments on commit f3a2197

Please sign in to comment.