diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 00aabb13..810d53ef 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,10 +14,10 @@ jobs: steps: - uses: actions/checkout@v1 - - name: Use Node.js 14.17 + - name: Use Node.js 16.10.0 uses: actions/setup-node@v1 with: - node-version: 14.17 + node-version: 16.10.0 - name: Install dependencies run: yarn --frozen-lockfile --non-interactive --no-progress - name: Lint Demo diff --git a/.nvmrc b/.nvmrc index e23e7f3a..56bfee43 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v12.4.0 +v16.10.0