From f0921a0f70f1a2a94beaed675ad8496559dbde67 Mon Sep 17 00:00:00 2001 From: Panpan Date: Tue, 26 Nov 2024 22:11:11 +0800 Subject: [PATCH] ci: update node-version-file path --- .github/workflows/autofix.yml | 2 +- .github/workflows/pkg.pr.new.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index ab914d5..9aa1438 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version-file: .nvmrc + node-version-file: .node-version cache: pnpm registry-url: https://registry.npmjs.org diff --git a/.github/workflows/pkg.pr.new.yml b/.github/workflows/pkg.pr.new.yml index 1333c5a..5b34ec8 100644 --- a/.github/workflows/pkg.pr.new.yml +++ b/.github/workflows/pkg.pr.new.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version-file: .nvmrc + node-version-file: .node-version cache: pnpm registry-url: https://registry.npmjs.org diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 16a46a2..610fcda 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version-file: .nvmrc + node-version-file: .node-version cache: pnpm registry-url: https://registry.npmjs.org