Skip to content

Commit

Permalink
ci: LTS node, enable caching
Browse files Browse the repository at this point in the history
  • Loading branch information
tlvince committed Jun 13, 2024
1 parent 93e033f commit 49532a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ jobs:
- uses: actions/checkout@v4
- uses: wagoid/commitlint-github-action@v6
- uses: actions/setup-node@v4
with:
cache: npm
node-version: lts/*
- run: npm cit
3 changes: 3 additions & 0 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
node-version: lts/*
- run: npm cit
- run: npm run semantic-release
env:
Expand Down

0 comments on commit 49532a8

Please sign in to comment.