diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a96ef18..38809b7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 22.x - run: yarn install --frozen-lockfile - run: npx semantic-release - id: sequelize