diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7a362ee..78a05301 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2-beta with: - node-version: 10.x + node-version: 16.x - name: Checkout repo uses: actions/checkout@v2