diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e22659aa..2c15e18f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: "12" + node-version: "16" - name: install dependencies run: yarn install - name: run test