Skip to content

Commit

Permalink
ci: lint commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Apr 10, 2024
1 parent 487499f commit f909c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ jobs:
fetch-depth: 0 # needed so commitlint can lint the commits

- name: Setup node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 14
node-version: lts

- name: Install commitlint
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit f909c60

Please sign in to comment.