commit | 881e95b44067b3de6aa7782804ed9ce7773e8324 | [log] [tgz] |
---|---|---|
author | Suraj Shetty <surajshetty3416@gmail.com> | Mon Jun 26 13:02:08 2023 +0530 |
committer | Suraj Shetty <surajshetty3416@gmail.com> | Mon Jun 26 13:02:08 2023 +0530 |
tree | b27a12f107c2c0f18527125967ee19f6d4347a60 | |
parent | 36d26d40a0e8e38b5a76dd13147060fd5a7af980 [diff] |
chore: Update required node version to v18
diff --git a/.github/workflows/patch.yml b/.github/workflows/patch.yml index e2d8957..aae2928 100644 --- a/.github/workflows/patch.yml +++ b/.github/workflows/patch.yml
@@ -52,7 +52,7 @@ - name: Setup Node uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 18 check-latest: true - name: Add to Hosts
diff --git a/.github/workflows/semantic-commits.yml b/.github/workflows/semantic-commits.yml index 1744bc3..0e478d5 100644 --- a/.github/workflows/semantic-commits.yml +++ b/.github/workflows/semantic-commits.yml
@@ -21,7 +21,7 @@ - uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 18 check-latest: true - name: Check commit titles
diff --git a/.github/workflows/server-tests-mariadb.yml b/.github/workflows/server-tests-mariadb.yml index 8959f7f..9b4db49 100644 --- a/.github/workflows/server-tests-mariadb.yml +++ b/.github/workflows/server-tests-mariadb.yml
@@ -71,7 +71,7 @@ - name: Setup Node uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 18 check-latest: true - name: Add to Hosts
diff --git a/.github/workflows/server-tests-postgres.yml b/.github/workflows/server-tests-postgres.yml index df43801..a688706 100644 --- a/.github/workflows/server-tests-postgres.yml +++ b/.github/workflows/server-tests-postgres.yml
@@ -59,7 +59,7 @@ - name: Setup Node uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 18 check-latest: true - name: Add to Hosts