From 18ef75c5e86ba46cfe3729c56b04b7b1dc33981b Mon Sep 17 00:00:00 2001 From: Zak Henry Date: Thu, 20 Jan 2022 07:17:27 +1300 Subject: [PATCH] chore(CI): Use latest lts node --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index af5f538..bb73506 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,10 +15,10 @@ jobs: steps: - uses: actions/checkout@v1 - - name: Use Node.js 16.10 + - name: Use Node.js 16x uses: actions/setup-node@v1 with: - node-version: 16.10 + node-version: 16 - name: Install dependencies run: yarn --frozen-lockfile --non-interactive --no-progress - name: Lint Demo