about summary refs log tree commit diff
path: root/.github/workflows/lint-js.yml
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-02-15 20:24:05 -0500
committerGitHub <noreply@github.com>2023-02-16 10:24:05 +0900
commit1f957c63253059e957231759fb6a7697b0a1f1b3 (patch)
tree260ceba6d94927d6300341e2f0c4672ae3653a3d /.github/workflows/lint-js.yml
parent630975bf415e999717a11db859c5fa2760492f4a (diff)
Use .nvmrc file for CI setup-node (#23562)
Diffstat (limited to '.github/workflows/lint-js.yml')
-rw-r--r--.github/workflows/lint-js.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/lint-js.yml b/.github/workflows/lint-js.yml
index 49d989771..c349f269d 100644
--- a/.github/workflows/lint-js.yml
+++ b/.github/workflows/lint-js.yml
@@ -32,6 +32,7 @@ jobs:
         uses: actions/setup-node@v3
         with:
           cache: yarn
+          node-version-file: '.nvmrc'
 
       - name: Install all yarn packages
         run: yarn --frozen-lockfile