diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adecae3..c8ca671 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: '18.x' - name: Install dependencies run: yarn install