diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ce9c33..b2b5af7 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: 18.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: 18.x cache: yarn - name: Install Dependencies run: yarn install --no-lockfile @@ -70,7 +70,7 @@ jobs: - name: Install Node uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 18.x cache: yarn - name: Install Dependencies run: yarn install --frozen-lockfile