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