diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2413c8a..ea93498 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v2.1.5 with: - node-version: ^18 + node-version: ^20 - name: Install Dependency run: yarn install @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [^16, ^18] + node: [^18, ^20] steps: - uses: actions/checkout@v2 @@ -84,7 +84,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: ^18 + node-version: ^20 - name: Run semantic-release if: github.repository == 'node-casbin/typeorm-adapter' && github.event_name == 'push'