diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 561b5631..640f22c7 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -118,6 +118,7 @@ module.exports = { // Incredible Plugin. // Rules URL: https://the-guild.dev/graphql/eslint/rules "@graphql-eslint/unique-fragment-name": "error", + "@graphql-eslint/no-deprecated": "warning", "@graphql-eslint/selection-set-depth": [ "error", { diff --git a/.github/workflows/deploy_db_model.yml b/.github/workflows/deploy_db_model.yml index 955a030d..8d37232d 100644 --- a/.github/workflows/deploy_db_model.yml +++ b/.github/workflows/deploy_db_model.yml @@ -21,7 +21,7 @@ jobs: - name: ⬢ Setup Node uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 22 - name: 📦 Download Cached Package Dependencies uses: actions/cache@v3 env: diff --git a/.github/workflows/deploy_dev.yml b/.github/workflows/deploy_dev.yml index e7fcb5f8..09e269c6 100644 --- a/.github/workflows/deploy_dev.yml +++ b/.github/workflows/deploy_dev.yml @@ -18,7 +18,7 @@ jobs: - name: ⬢ Setup Node uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 22 - name: 📦 Download Cached Package Dependencies uses: actions/cache@v3 env: diff --git a/.github/workflows/deploy_prod.yml b/.github/workflows/deploy_prod.yml index 0fa7a897..0836c67a 100644 --- a/.github/workflows/deploy_prod.yml +++ b/.github/workflows/deploy_prod.yml @@ -21,7 +21,7 @@ jobs: - name: ⬢ Setup Node uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 22 - name: 📦 Download Cached Package Dependencies uses: actions/cache@v3 env: diff --git a/.github/workflows/deploy_staging.yml b/.github/workflows/deploy_staging.yml index 399b8a69..349460a5 100644 --- a/.github/workflows/deploy_staging.yml +++ b/.github/workflows/deploy_staging.yml @@ -21,7 +21,7 @@ jobs: - name: ⬢ Setup Node uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 22 - name: 📦 Download Cached Package Dependencies uses: actions/cache@v3 env: diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 5a4bdbfb..c855271c 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -30,7 +30,7 @@ jobs: - name: ⬢ Setup Node uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 22 - name: 📦 Download Cached Package Dependencies uses: actions/cache@v3 diff --git a/.github/workflows/lint_and_typecheck.yml b/.github/workflows/lint_and_typecheck.yml index 343cef1b..2b9c4fb4 100644 --- a/.github/workflows/lint_and_typecheck.yml +++ b/.github/workflows/lint_and_typecheck.yml @@ -21,7 +21,7 @@ jobs: - name: ⬢ Setup Node uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 22 - name: 📦 Download Cached Package Dependencies uses: actions/cache@v3