From bc968ca381493f17dea14e93d7a7d7ad3d9c5a67 Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Thu, 23 Apr 2026 10:37:54 +0000 Subject: [PATCH] Node 26 --- .github/workflows/ci-features-admin.yml | 2 +- .github/workflows/ci-features-comments.yml | 2 +- .github/workflows/ci-features-conversations.yml | 2 +- .github/workflows/ci-features-crops.yml | 2 +- .github/workflows/ci-features-gardens.yml | 2 +- .github/workflows/ci-features-harvests.yml | 2 +- .github/workflows/ci-features-home.yml | 2 +- .github/workflows/ci-features-members.yml | 2 +- .github/workflows/ci-features-places.yml | 2 +- .github/workflows/ci-features-plantings.yml | 2 +- .github/workflows/ci-features-posts.yml | 2 +- .github/workflows/ci-features-seeds.yml | 2 +- .github/workflows/ci-features-timeline.yml | 2 +- .github/workflows/ci-features.yml | 2 +- .github/workflows/ci.yml | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci-features-admin.yml b/.github/workflows/ci-features-admin.yml index 4bb82e4d8..4c2e11a07 100644 --- a/.github/workflows/ci-features-admin.yml +++ b/.github/workflows/ci-features-admin.yml @@ -76,7 +76,7 @@ jobs: - name: Install NodeJS uses: actions/setup-node@v6 with: - node-version: '24' + node-version: '26' - name: Install Ruby (version given by .ruby-version) and Bundler uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/ci-features-comments.yml b/.github/workflows/ci-features-comments.yml index 108f4fad6..2691571a3 100644 --- a/.github/workflows/ci-features-comments.yml +++ b/.github/workflows/ci-features-comments.yml @@ -76,7 +76,7 @@ jobs: - name: Install NodeJS uses: actions/setup-node@v6 with: - node-version: '24' + node-version: '26' - name: Install Ruby (version given by .ruby-version) and Bundler uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/ci-features-conversations.yml b/.github/workflows/ci-features-conversations.yml index d8173563a..0199f4fd2 100644 --- a/.github/workflows/ci-features-conversations.yml +++ b/.github/workflows/ci-features-conversations.yml @@ -76,7 +76,7 @@ jobs: - name: Install NodeJS uses: actions/setup-node@v6 with: - node-version: '24' + node-version: '26' - name: Install Ruby (version given by .ruby-version) and Bundler uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/ci-features-crops.yml b/.github/workflows/ci-features-crops.yml index a87420bf4..05ca27978 100644 --- a/.github/workflows/ci-features-crops.yml +++ b/.github/workflows/ci-features-crops.yml @@ -76,7 +76,7 @@ jobs: - name: Install NodeJS uses: actions/setup-node@v6 with: - node-version: '24' + node-version: '26' - name: Install Ruby (version given by .ruby-version) and Bundler uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/ci-features-gardens.yml b/.github/workflows/ci-features-gardens.yml index 44376fc20..b2d0fc96c 100644 --- a/.github/workflows/ci-features-gardens.yml +++ b/.github/workflows/ci-features-gardens.yml @@ -76,7 +76,7 @@ jobs: - name: Install NodeJS uses: actions/setup-node@v6 with: - node-version: '24' + node-version: '26' - name: Install Ruby (version given by .ruby-version) and Bundler uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/ci-features-harvests.yml b/.github/workflows/ci-features-harvests.yml index ec77b8f16..4b0c6d521 100644 --- a/.github/workflows/ci-features-harvests.yml +++ b/.github/workflows/ci-features-harvests.yml @@ -76,7 +76,7 @@ jobs: - name: Install NodeJS uses: actions/setup-node@v6 with: - node-version: '24' + node-version: '26' - name: Install Ruby (version given by .ruby-version) and Bundler uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/ci-features-home.yml b/.github/workflows/ci-features-home.yml index ebb99a958..c811f0c5b 100644 --- a/.github/workflows/ci-features-home.yml +++ b/.github/workflows/ci-features-home.yml @@ -76,7 +76,7 @@ jobs: - name: Install NodeJS uses: actions/setup-node@v6 with: - node-version: '24' + node-version: '26' - name: Install Ruby (version given by .ruby-version) and Bundler uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/ci-features-members.yml b/.github/workflows/ci-features-members.yml index a412dec23..23ccb95e0 100644 --- a/.github/workflows/ci-features-members.yml +++ b/.github/workflows/ci-features-members.yml @@ -76,7 +76,7 @@ jobs: - name: Install NodeJS uses: actions/setup-node@v6 with: - node-version: '24' + node-version: '26' - name: Install Ruby (version given by .ruby-version) and Bundler uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/ci-features-places.yml b/.github/workflows/ci-features-places.yml index ce662239e..44f7993b5 100644 --- a/.github/workflows/ci-features-places.yml +++ b/.github/workflows/ci-features-places.yml @@ -76,7 +76,7 @@ jobs: - name: Install NodeJS uses: actions/setup-node@v6 with: - node-version: '24' + node-version: '26' - name: Install Ruby (version given by .ruby-version) and Bundler uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/ci-features-plantings.yml b/.github/workflows/ci-features-plantings.yml index 9eb505867..cbad0b245 100644 --- a/.github/workflows/ci-features-plantings.yml +++ b/.github/workflows/ci-features-plantings.yml @@ -76,7 +76,7 @@ jobs: - name: Install NodeJS uses: actions/setup-node@v6 with: - node-version: '24' + node-version: '26' - name: Install Ruby (version given by .ruby-version) and Bundler uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/ci-features-posts.yml b/.github/workflows/ci-features-posts.yml index 1969cf336..55e18c54f 100644 --- a/.github/workflows/ci-features-posts.yml +++ b/.github/workflows/ci-features-posts.yml @@ -76,7 +76,7 @@ jobs: - name: Install NodeJS uses: actions/setup-node@v6 with: - node-version: '24' + node-version: '26' - name: Install Ruby (version given by .ruby-version) and Bundler uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/ci-features-seeds.yml b/.github/workflows/ci-features-seeds.yml index 4263438f6..15fbc1b09 100644 --- a/.github/workflows/ci-features-seeds.yml +++ b/.github/workflows/ci-features-seeds.yml @@ -76,7 +76,7 @@ jobs: - name: Install NodeJS uses: actions/setup-node@v6 with: - node-version: '24' + node-version: '26' - name: Install Ruby (version given by .ruby-version) and Bundler uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/ci-features-timeline.yml b/.github/workflows/ci-features-timeline.yml index 6591d559b..4d8252df7 100644 --- a/.github/workflows/ci-features-timeline.yml +++ b/.github/workflows/ci-features-timeline.yml @@ -76,7 +76,7 @@ jobs: - name: Install NodeJS uses: actions/setup-node@v6 with: - node-version: '24' + node-version: '26' - name: Install Ruby (version given by .ruby-version) and Bundler uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/ci-features.yml b/.github/workflows/ci-features.yml index d49a41059..443c82a8a 100644 --- a/.github/workflows/ci-features.yml +++ b/.github/workflows/ci-features.yml @@ -76,7 +76,7 @@ jobs: - name: Install NodeJS uses: actions/setup-node@v6 with: - node-version: '24' + node-version: '26' - name: Install Ruby (version given by .ruby-version) and Bundler uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cad30194f..a91912737 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: - name: Install NodeJS uses: actions/setup-node@v6 with: - node-version: '24' + node-version: '26' - name: Install Ruby (version given by .ruby-version) and Bundler uses: ruby/setup-ruby@v1