From 97fbb287edda4c279d4fe77dd06f301d6fe8432e Mon Sep 17 00:00:00 2001 From: yezi Date: Fri, 15 Nov 2024 22:23:59 +0800 Subject: [PATCH] 1.0.7 --- .github/workflows/Publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index b616b96..0690ead 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x] + node-version: [20.x] steps: - uses: actions/checkout@v2