diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae95675..140d7c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 16 - run: npm install - run: npm run lint - run: npm run build diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8a52fd5..852850a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 16 - run: npm install - run: npm run build:docs - run: |