From 96d290d3fed20da03ebd8b7ff68300b49564ec16 Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Thu, 23 Apr 2026 10:10:16 +0000 Subject: [PATCH] Node 14 --- .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 ac2be25f8..797594dae 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: '12' + node-version: '14' - 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 28e0bfe15..a222c7a04 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: '12' + node-version: '14' - 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 90f7164ed..deb6579c0 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: '12' + node-version: '14' - 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 3e08923d7..c49c491d2 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: '12' + node-version: '14' - 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 13af56a78..46a44a055 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: '12' + node-version: '14' - 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 b39712ece..7c7984882 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: '12' + node-version: '14' - 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 d90a593bb..24ba7965c 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: '12' + node-version: '14' - 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 33eb5b842..a26953ddd 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: '12' + node-version: '14' - 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 1e583a650..0fa2f1129 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: '12' + node-version: '14' - 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 7ca19cccf..99f8726e8 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: '12' + node-version: '14' - 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 8719baded..e1c0fa5c9 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: '12' + node-version: '14' - 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 d797fad32..038659298 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: '12' + node-version: '14' - 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 084a739e1..10d0f1aa0 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: '12' + node-version: '14' - 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 f0d656785..3896fd7b1 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: '12' + node-version: '14' - 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 17e10f34d..cfefc70ba 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: '12' + node-version: '14' - name: Install Ruby (version given by .ruby-version) and Bundler uses: ruby/setup-ruby@v1