diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 49e8f2c..c0764e2 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -16,7 +16,7 @@ jobs: - name: Clone repository uses: actions/checkout@v5 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: '22.x' - name: Install dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e9f8907..335264b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: fetch-depth: '0' token: ${{ secrets.TOKEN_GITHUB_TO_GITHUB_REPOSITORIES_RW }} - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 22.x - name: Install dependencies