From 98477c9fa154a5b8b7db806e9d2f8519cc9e937e Mon Sep 17 00:00:00 2001 From: Parker Smith Date: Sun, 18 Feb 2024 09:06:42 -0700 Subject: [PATCH] Update lint-app.yml --- .github/workflows/lint-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-app.yml b/.github/workflows/lint-app.yml index ee428ec..6dde8d8 100644 --- a/.github/workflows/lint-app.yml +++ b/.github/workflows/lint-app.yml @@ -18,10 +18,10 @@ jobs: with: fetch-depth: 1 - - name: Use Node.js ${{ matrix.node-version }} + - name: Use Node.js 16 uses: actions/setup-node@v1 with: - node-version: ${{ matrix.node-version }} + node-version: 16 - name: Install Deps run: npm i --ignore-scripts - name: Lint