From 2c602873108c78da1bf4481ebdc1e1ac77e2462e Mon Sep 17 00:00:00 2001 From: Fixstars-momoko Date: Mon, 17 Mar 2025 09:03:16 -0700 Subject: [PATCH] following the version of setup-node official --- .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 d1b0e72..f23bf83 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '20.x' - name: build