Skip to content

Commit

Permalink
fix(node): version
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin committed Sep 4, 2023
1 parent b42fd4c commit b7f3fc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .node-version
@@ -1 +1 @@
16.14.0
18.17.0
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -94,7 +94,7 @@
"coverage": "vitest run --coverage"
},
"engines": {
"node": ">= 16.*"
"node": ">= 18.17.0"
},
"graphdoc": {
"schemaFile": "./app/graphql/schema.json",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -1360,7 +1360,7 @@
dependencies:
"@floating-ui/dom" "^1.3.0"

"@gouvfr/dsfr@^1.7.2":
"@gouvfr/dsfr@^1.10.0":
version "1.10.0"
resolved "https://registry.yarnpkg.com/@gouvfr/dsfr/-/dsfr-1.10.0.tgz#a3f4939c728e35d8c9ecf06f7a62369ae46256db"
integrity sha512-fHqGCvc8jGtkX2AKRCWi9o3jf/kirP/BeeZ2FBVGwS9Oxd8KsG22xk/6Tls8nA+qPaI+2ZkZQxATBV8KlhwNhQ==
Expand Down

0 comments on commit b7f3fc1

Please sign in to comment.