This is an automated email from the ASF dual-hosted git repository.
zhangjintao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
The following commit(s) were added to refs/heads/master by this push:
new 9419867d chore(ci): upgrade node version (#1971)
9419867d is described below
commit 9419867dcf443cfd4077a9c7cee27fc305e556b7
Author: Xin Rong <[email protected]>
AuthorDate: Wed Sep 20 15:58:50 2023 +0800
chore(ci): upgrade node version (#1971)
---
.github/workflows/lint-checker.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/lint-checker.yml
b/.github/workflows/lint-checker.yml
index 38a0fa5d..9b592e7d 100644
--- a/.github/workflows/lint-checker.yml
+++ b/.github/workflows/lint-checker.yml
@@ -89,7 +89,7 @@ jobs:
- name: 🚀 Use Node.js
uses: actions/setup-node@v3
with:
- node-version: '12.x'
+ node-version: '20.7.x'
- run: npm install -g [email protected]
- run: markdownlint '**/*.md' --ignore node_modules --ignore
CHANGELOG.md --ignore docs/en/latest/references/v2.md
markdown-link-check: