Skip to content

Commit d2b9d2d

Browse files
committed
test
1 parent 23cfa0b commit d2b9d2d

File tree

7 files changed

+7
-6
lines changed

7 files changed

+7
-6
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ module.exports = {
118118
// Incredible Plugin.
119119
// Rules URL: https://the-guild.dev/graphql/eslint/rules
120120
"@graphql-eslint/unique-fragment-name": "error",
121+
"@graphql-eslint/no-deprecated": "warn",
121122
"@graphql-eslint/selection-set-depth": [
122123
"error",
123124
{

.github/workflows/deploy_db_model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: ⬢ Setup Node
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: 18
24+
node-version: 22
2525
- name: 📦 Download Cached Package Dependencies
2626
uses: actions/cache@v3
2727
env:

.github/workflows/deploy_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: ⬢ Setup Node
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: 18
21+
node-version: 22
2222
- name: 📦 Download Cached Package Dependencies
2323
uses: actions/cache@v3
2424
env:

.github/workflows/deploy_prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: ⬢ Setup Node
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: 18
24+
node-version: 22
2525
- name: 📦 Download Cached Package Dependencies
2626
uses: actions/cache@v3
2727
env:

.github/workflows/deploy_staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: ⬢ Setup Node
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: 18
24+
node-version: 22
2525
- name: 📦 Download Cached Package Dependencies
2626
uses: actions/cache@v3
2727
env:

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: ⬢ Setup Node
3131
uses: actions/setup-node@v3
3232
with:
33-
node-version: 18
33+
node-version: 22
3434

3535
- name: 📦 Download Cached Package Dependencies
3636
uses: actions/cache@v3

.github/workflows/lint_and_typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: ⬢ Setup Node
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: 18
24+
node-version: 22
2525

2626
- name: 📦 Download Cached Package Dependencies
2727
uses: actions/cache@v3

0 commit comments

Comments
 (0)