diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77b6b5268..038ac5113 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v3.0.2 - uses: pnpm/action-setup@v2.2.2 - name: Use Node.js - uses: actions/setup-node@v3.4.1 + uses: actions/setup-node@v3.5.0 with: node-version: 18 check-latest: true @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v3.0.2 - uses: pnpm/action-setup@v2.2.2 - name: Use Node.js - uses: actions/setup-node@v3.4.1 + uses: actions/setup-node@v3.5.0 with: node-version: 18 check-latest: true @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v3.0.2 - uses: pnpm/action-setup@v2.2.2 - name: Use Node.js - uses: actions/setup-node@v3.4.1 + uses: actions/setup-node@v3.5.0 with: node-version: ${{ matrix.node }} check-latest: true @@ -68,7 +68,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - uses: pnpm/action-setup@v2.2.2 - name: Use Node.js - uses: actions/setup-node@v3.4.1 + uses: actions/setup-node@v3.5.0 with: node-version: 18 check-latest: true diff --git a/.github/workflows/pull_request_title.yml b/.github/workflows/pull_request_title.yml index f978fbed2..1462ef64e 100644 --- a/.github/workflows/pull_request_title.yml +++ b/.github/workflows/pull_request_title.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3.0.2 - uses: pnpm/action-setup@v2.2.2 - name: Use Node.js - uses: actions/setup-node@v3.4.1 + uses: actions/setup-node@v3.5.0 with: node-version: 18 check-latest: true