diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 550e3a8..f5bf3cc 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -13,10 +13,10 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 - - name: Install Node v12 + - name: Install Node v16 uses: actions/setup-node@v1 with: - node-version: 12.x + node-version: 16.x - name: Install Yarn run: npm install -g yarn - name: Install dependencies