Skip to content

Commit

Permalink
Bump node version in pre-commit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30-st committed Sep 24, 2024
1 parent 60d89a9 commit fc5759a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-hook-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v1
with:
node-version: '12'
node-version: '16'
- run: git init && git add --all && git -c user.name='test' -c user.email='[email protected]' commit -m 'init for pr action'
- run: make dev-install && rm -rf src
- run: ./hooks/pre-commit.sh
Expand Down

0 comments on commit fc5759a

Please sign in to comment.