Skip to content

Commit

Permalink
fix: remove caching for node setup
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumarrs committed Mar 11, 2024
1 parent 423d8f2 commit 0dc7791
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ runs:
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'

- run: |
cd ${{ github.action_path }}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-action-check-pr-title",
"version": "1.0.9",
"version": "1.0.10",
"description": "GitHub action to enforce conventional commit syntax convention on Pull Request titles",
"main": "index.mjs",
"scripts": {
Expand Down

0 comments on commit 0dc7791

Please sign in to comment.