From ab263178c0053e72f416e2736a36d9f9dc772976 Mon Sep 17 00:00:00 2001 From: junstyle Date: Tue, 13 Aug 2024 23:14:17 +0800 Subject: [PATCH] update publish.yml nodejs=20 --- .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 ba7c25b..3bdd39c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 # cache: 'npm' - run: npm install