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] [blame] |
chore: Update required node version to v18
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