From 6a917a51703a4fd32e867cf80162e6a68f0f3cb5 Mon Sep 17 00:00:00 2001 From: liwang2019 Date: Mon, 30 Dec 2024 10:44:56 +0800 Subject: [PATCH] change: updated the version of node to 18. --- .github/workflows/manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 062b169c..60c5c9cc 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -23,7 +23,7 @@ jobs: - name: Set up Node.js # set up nodejs and npm command uses: actions/setup-node@v1 with: - node-version: '16.x' # require only 15 is enough + node-version: '18.x' # require only 18 is enough - name: Set up Perl uses: shogo82148/actions-setup-perl@v1 with: