diff --git a/.github/workflows/cleanup-on-create.yaml b/.github/workflows/cleanup-on-create.yaml index 4a10b7c..71a6aec 100644 --- a/.github/workflows/cleanup-on-create.yaml +++ b/.github/workflows/cleanup-on-create.yaml @@ -19,7 +19,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Use Node.js 20 - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 24 - name: Remove Helper Files diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index b964a11..7b4ba73 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Use Node.js 20 - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 24 - run: npm ci