diff --git a/.github/workflows/release-bot.yml b/.github/workflows/release-bot.yml index ee1c577d..823f5863 100644 --- a/.github/workflows/release-bot.yml +++ b/.github/workflows/release-bot.yml @@ -22,7 +22,7 @@ jobs: repository: sebbo2002/release-bot path: ./.actions/release-bot - name: 🔧 Setup node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '24' cache: 'npm' diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index bd387ab6..c100c180 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -20,7 +20,7 @@ jobs: - name: ☁️ Checkout Project uses: actions/checkout@v7 - name: 🔧 Setup node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: ${{ matrix.node }} cache: 'npm' @@ -37,7 +37,7 @@ jobs: - name: ☁️ Checkout Project uses: actions/checkout@v7 - name: 🔧 Setup node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 24.x cache: 'npm' @@ -56,7 +56,7 @@ jobs: - name: ☁️ Checkout Project uses: actions/checkout@v7 - name: 🔧 Setup node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 24.x cache: 'npm' @@ -85,7 +85,7 @@ jobs: - name: ☁️ Checkout Project uses: actions/checkout@v7 - name: 🔧 Setup node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 24.x cache: 'npm'