From 2971bd61ddfec4ebe643d0ecb3d5a464c3fe2d37 Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Thu, 23 Apr 2026 10:23:06 +0000 Subject: [PATCH] Node 18 --- .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 68a2b7dcc..b54b0eb36 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: '16' + node-version: '18' - 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 2fdb681e2..c372746d8 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: '16' + node-version: '18' - 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 58056ae36..4b49e0fb6 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: '16' + node-version: '18' - 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 bf1be33c2..aafa973fe 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: '16' + node-version: '18' - 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 875d02653..8fcf7a0a1 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: '16' + node-version: '18' - 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 a7d77e57d..3bb48f58d 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: '16' + node-version: '18' - 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 eee903ab6..62b102a10 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: '16' + node-version: '18' - 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 185424974..d4e5c1534 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: '16' + node-version: '18' - 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 7597ca51b..55d93a654 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: '16' + node-version: '18' - 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 cc10dcabf..df8df21d0 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: '16' + node-version: '18' - 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 40bfc3590..5ecf3a70b 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: '16' + node-version: '18' - 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 c62ce81bd..533fda89e 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: '16' + node-version: '18' - 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 da827d1b0..16f8aa851 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: '16' + node-version: '18' - 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 1584f3eec..baa9641bf 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: '16' + node-version: '18' - 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 66248fb06..5751fd1f0 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: '16' + node-version: '18' - name: Install Ruby (version given by .ruby-version) and Bundler uses: ruby/setup-ruby@v1