Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fforres committed Aug 11, 2024
1 parent 23cfa0b commit d427ca2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_db_model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d427ca2

Please sign in to comment.