diff --git a/.github/workflows/ci-features-admin.yml b/.github/workflows/ci-features-admin.yml index 797594dae..68a2b7dcc 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: '14' + node-version: '16' - 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 a222c7a04..2fdb681e2 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: '14' + node-version: '16' - 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 deb6579c0..58056ae36 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: '14' + node-version: '16' - 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 c49c491d2..bf1be33c2 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: '14' + node-version: '16' - 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 46a44a055..875d02653 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: '14' + node-version: '16' - 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 7c7984882..a7d77e57d 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: '14' + node-version: '16' - 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 24ba7965c..eee903ab6 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: '14' + node-version: '16' - 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 a26953ddd..185424974 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: '14' + node-version: '16' - 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 0fa2f1129..7597ca51b 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: '14' + node-version: '16' - 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 99f8726e8..cc10dcabf 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: '14' + node-version: '16' - 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 e1c0fa5c9..40bfc3590 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: '14' + node-version: '16' - 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 038659298..c62ce81bd 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: '14' + node-version: '16' - 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 10d0f1aa0..da827d1b0 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: '14' + node-version: '16' - 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 3896fd7b1..1584f3eec 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: '14' + node-version: '16' - 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 cfefc70ba..66248fb06 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: '14' + node-version: '16' - name: Install Ruby (version given by .ruby-version) and Bundler uses: ruby/setup-ruby@v1