diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4135d20..ae629f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,6 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v2 - with: - node-version: 16 - name: Install dependencies run: npm ci