diff --git a/.github/workflows/node.yaml b/.github/workflows/node.yaml index 10bcd30f..c3e38633 100644 --- a/.github/workflows/node.yaml +++ b/.github/workflows/node.yaml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18.x - name: Prepare Environment @@ -47,7 +47,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: Prepare Environment @@ -87,7 +87,7 @@ jobs: with: fetch-depth: 0 - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18.x - name: Check release is desired diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 9e9d731b..8e846849 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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 }} - name: Prepare Environment @@ -45,7 +45,7 @@ jobs: with: fetch-depth: 0 - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18.x - name: Check release is desired