diff --git a/.github/workflows/node.yaml b/.github/workflows/node.yaml index 963723c..cd570d0 100644 --- a/.github/workflows/node.yaml +++ b/.github/workflows/node.yaml @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 0 - name: Use Node.js 14.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 14.x - name: Check release is desired @@ -81,7 +81,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js 14.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 14.x - name: Prepare Environment @@ -108,7 +108,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js 14.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 14.x - name: Prepare Environment diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index cd414c8..c74e57c 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 - name: Use Node.js 14.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 14.x - name: Check release is desired