Skip to content

Commit

Permalink
fix: use specific node version
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumarrs committed Mar 12, 2024
1 parent 0dc7791 commit 0a83071
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
node-version: '20.x'

- 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.10",
"version": "1.0.11",
"description": "GitHub action to enforce conventional commit syntax convention on Pull Request titles",
"main": "index.mjs",
"scripts": {
Expand Down

0 comments on commit 0a83071

Please sign in to comment.