diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 3c13dbe..ef39d4b 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -16,7 +16,7 @@ jobs: - name: Clone repository uses: actions/checkout@v7.0.1 - name: Use Node.js - uses: actions/setup-node@v6.4.0 + uses: actions/setup-node@v7.0.0 with: node-version-file: '.nvmrc' - name: Install dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bef69f3..047c134 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: '0' token: ${{ secrets.TOKEN_GITHUB_TO_GITHUB_REPOSITORIES_RW }} - name: Use Node.js - uses: actions/setup-node@v6.4.0 + uses: actions/setup-node@v7.0.0 with: node-version-file: '.nvmrc' - name: Install dependencies