diff --git a/.github/workflows/cleanup-on-create.yaml b/.github/workflows/cleanup-on-create.yaml index f0943c7..2085a2c 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@v5 - name: Use Node.js 20 - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 22 - name: Remove Helper Files diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index a776e68..37b1845 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Use Node.js 20 - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 22 - run: npm ci