diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a18d42c1..0e8336f60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3.8.2 with: - node-version: 18 + node-version: 20 check-latest: true cache: 'pnpm' - run: pnpm install @@ -29,7 +29,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3.8.2 with: - node-version: 18 + node-version: 20 check-latest: true cache: 'pnpm' - run: pnpm install @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - node: ['18'] + node: ['18','20'] steps: - uses: actions/checkout@v4.1.1 - uses: pnpm/action-setup@v2.4.0 diff --git a/.github/workflows/pull_request_title.yml b/.github/workflows/pull_request_title.yml index 42146a085..febf1d79a 100644 --- a/.github/workflows/pull_request_title.yml +++ b/.github/workflows/pull_request_title.yml @@ -13,7 +13,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3.8.2 with: - node-version: 18 + node-version: 20 check-latest: true cache: 'pnpm' - run: pnpm install diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a8c61b1bd..d31bfdd91 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3.8.2 with: - node-version: 18 + node-version: 20 cache: 'pnpm' - run: pnpm install - name: Create Release Pull Request or Publish to npm