From d86b4334c4be3999be278655858c355b182ba1d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=99=E8=85=BE=E9=9D=96?= Date: Tue, 15 Oct 2024 15:14:25 +0800 Subject: [PATCH] fix: ci node version not use .nvmrc --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 215e7c3..513d4d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: + node-version-file: '.nvmrc' cache: 'pnpm' - name: Install dependencies @@ -87,6 +88,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: + node-version-file: '.nvmrc' cache: 'pnpm' - name: Install dependencies