diff --git a/.github/workflows/node.yaml b/.github/workflows/node.yaml index d2e44bc..24fabb4 100644 --- a/.github/workflows/node.yaml +++ b/.github/workflows/node.yaml @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Use Node.js 22.x - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 22.x - name: Check release is desired @@ -91,7 +91,7 @@ jobs: with: persist-credentials: false - name: Use Node.js 22.x - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 22.x - name: Prepare Environment @@ -121,7 +121,7 @@ jobs: with: persist-credentials: false - name: Use Node.js 22.x - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 22.x - name: Prepare Environment diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 36db1db..63a8afc 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Use Node.js 22.x - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 22.x - name: Check release is desired