diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6d5416ee..1a4d4be1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 18 cache: "yarn" - name: Install deps @@ -32,7 +32,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 18 cache: "yarn" - name: Install deps