diff --git a/.github/workflows/template-ci.yml b/.github/workflows/template-ci.yml index 18effd1..f0d2bed 100644 --- a/.github/workflows/template-ci.yml +++ b/.github/workflows/template-ci.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: "22" diff --git a/.github/workflows/template-release-draft.yml b/.github/workflows/template-release-draft.yml index 2ef3f47..2a8707d 100644 --- a/.github/workflows/template-release-draft.yml +++ b/.github/workflows/template-release-draft.yml @@ -63,7 +63,7 @@ jobs: } >> "${GITHUB_OUTPUT}" - name: Set up Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: "22"