From 86704eb85b0f9e109a943d3978171cf6fb9fbf77 Mon Sep 17 00:00:00 2001 From: Jason Gwartz Date: Sun, 10 Mar 2024 13:43:34 +0000 Subject: [PATCH] Reconfigure node-version-file to nvmrc --- .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 8857945..1383744 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: - node-version-file: .node-version + node-version-file: .nvmrc cache: npm - name: Install Dependencies diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0dbee7f..ee07a47 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: - node-version-file: .node-version + node-version-file: .nvmrc cache: npm - name: Install Dependencies diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 7b72f4b..193d69f 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: - node-version-file: .node-version + node-version-file: .nvmrc cache: npm - name: Install Dependencies