From 6a1aab269eac9f316681fb1a3440997b5b12a3bd Mon Sep 17 00:00:00 2001 From: Lee Date: Tue, 17 Oct 2023 15:31:19 +0200 Subject: [PATCH] fix(node version on yml file updated) Co-authored-by: Sebastian Palmqvist --- .github/workflows/pr_check_new.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_check_new.yml b/.github/workflows/pr_check_new.yml index aa41cb392..d254b712b 100644 --- a/.github/workflows/pr_check_new.yml +++ b/.github/workflows/pr_check_new.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: '18.13.0' + node-version: '18.17.0' - name: Setup timezone uses: zcong1993/setup-timezone@master