From fd6ab24efdbd7105bc40be441d2eabc02a792ee9 Mon Sep 17 00:00:00 2001 From: Charlie Chiang Date: Mon, 19 May 2025 14:59:10 +0800 Subject: [PATCH 1/2] ci: bump dep Signed-off-by: Charlie Chiang --- .github/workflows/pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 112849d..f56d70b 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '22' - run: npm install - run: | npm install --save-dev @commitlint/config-angular @commitlint/cli @@ -24,7 +24,7 @@ jobs: # Run the commitlint action, considering its own dependencies and yours as well 🚀 # `github.workspace` is the path to your repository. - - uses: wagoid/commitlint-github-action@v5 + - uses: wagoid/commitlint-github-action@v6 env: NODE_PATH: ${{ github.workspace }}/node_modules with: From 2e4d578376e23091e957cf1002815a31aa08367c Mon Sep 17 00:00:00 2001 From: Charlie Chiang Date: Mon, 19 May 2025 15:02:11 +0800 Subject: [PATCH 2/2] fix: ci Signed-off-by: Charlie Chiang --- .github/workflows/pr.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f56d70b..f17fa27 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -17,7 +17,6 @@ jobs: - uses: actions/setup-node@v2 with: node-version: '22' - - run: npm install - run: | npm install --save-dev @commitlint/config-angular @commitlint/cli echo "module.exports = {extends: ['@commitlint/config-angular']};" > commitlint.config.js