diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79d6578..fd525f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: yarn - name: Install Dependencies run: yarn install --no-lockfile