diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab54b83..d9e2cd5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Install Node uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 16.x cache: yarn - name: Install Dependencies run: yarn install --frozen-lockfile @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 16.x cache: yarn - name: Install Dependencies run: yarn install --no-lockfile @@ -72,7 +72,7 @@ jobs: - name: Install Node uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 16.x cache: yarn - name: Install Dependencies run: yarn install --frozen-lockfile