From 4012a9fa87cb63bb8f31b41cd58d03404c583072 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Fri, 16 Sep 2022 22:43:42 -0500 Subject: [PATCH] Correct Actions input parameter name --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4189323..af17bc4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version-file: 16.x + node-version: 16.x cache: npm - name: Install dependencies