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