diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index a97cf97..3a83f88 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: 22.x + node-version: 24.x - name: Install dependencies run: npm ci diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8f3f04c..1b72516 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v6 with: - node-version: 22.x + node-version: 24.x - run: mkdir trellis - uses: ./ with: @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v6 with: - node-version: 20.x + node-version: 24.x - run: git clone https://github.com/roots/trellis.git - uses: ./ with: @@ -44,7 +44,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v6 with: - node-version: 20.x + node-version: 24.x - run: git clone https://github.com/roots/trellis.git - uses: ./ with: @@ -59,7 +59,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v6 with: - node-version: 20.x + node-version: 24.x - run: git clone https://github.com/roots/trellis.git - uses: ./ with: @@ -74,7 +74,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v6 with: - node-version: 20.x + node-version: 24.x - run: git clone https://github.com/roots/trellis.git - uses: ./ with: @@ -89,7 +89,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v6 with: - node-version: 20.x + node-version: 24.x - run: mkdir trellis - uses: ./ with: