diff --git a/.github/workflows/api-client.yml b/.github/workflows/api-client.yml index a1df2c2974f..828d0ce1df3 100644 --- a/.github/workflows/api-client.yml +++ b/.github/workflows/api-client.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: Cache pnpm modules diff --git a/.github/workflows/build-core.yml b/.github/workflows/build-core.yml index aba2a0ea06c..3291cc51c04 100644 --- a/.github/workflows/build-core.yml +++ b/.github/workflows/build-core.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c32b75aef88..3e5345880f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 18.x diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8386447b22e..28d1be524ea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }}