From de672b9f1534cddb67a1e95c54d3c60ce4caa966 Mon Sep 17 00:00:00 2001 From: kdhttps Date: Wed, 22 Nov 2023 18:40:56 +0530 Subject: [PATCH] ci(saml): update node version in commit ci --- .github/workflows/commit-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit-check.yml b/.github/workflows/commit-check.yml index 7e4f67dc..48d10164 100644 --- a/.github/workflows/commit-check.yml +++ b/.github/workflows/commit-check.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/setup-node@v3.1.1 with: - node-version: 18 + node-version: 16 - run: | npm install --save-dev @commitlint/{config-conventional,cli} echo "module.exports = {extends: ['@commitlint/config-conventional']};" > commitlint.config.js