From 56472d5a64fd656848a95bb8bc5ee5d56349f429 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Thu, 16 Jan 2025 09:59:29 +0800 Subject: [PATCH] Chore: setup-node error in workflow --- .github/workflows/check-dist.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/linter.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 42d15ac..a926f6f 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -34,7 +34,7 @@ jobs: id: setup-node uses: actions/setup-node@v4 with: - nvmrc-file: .nvmrc + node-version-file: .nvmrc cache: npm - name: Install Dependencies diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 831b444..df228f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: id: setup-node uses: actions/setup-node@v4 with: - nvmrc-file: .nvmrc + node-version-file: .nvmrc cache: npm - name: Install Dependencies diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index e0d5907..531285a 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -29,7 +29,7 @@ jobs: id: setup-node uses: actions/setup-node@v4 with: - nvmrc-file: .nvmrc + node-version-file: .nvmrc cache: npm - name: Install Dependencies