diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f5dcda4..40e641bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,10 +10,10 @@ jobs: steps: - uses: actions/checkout@v1 - - name: Use Node.js v12.x + - name: Use Node.js v16.x uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 16 - name: Notify slack # Don't attempt to send Slack notifications on fork PRs which don't have access to secrets if: env.SLACK_BOT_TOKEN diff --git a/.nvmrc b/.nvmrc index d581945c..431076a9 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -12.9.0 +16.16.0