diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6a1745..61ecaec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '14.x' + node-version: '16.x' - name: Install packages run: yarn install - name: Run tests