From f909c60d9b1ee66d77d6f41e0a9cadbb86fc5975 Mon Sep 17 00:00:00 2001 From: Sebastien Jourdain Date: Wed, 10 Apr 2024 17:30:09 -0600 Subject: [PATCH] ci: lint commit --- .github/workflows/test_and_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index 9867d94c..0a50531c 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -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'