Skip to content

Commit

Permalink
MAJ dépendances ⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentlaine committed Jun 19, 2024
1 parent b017b40 commit 856b7b1
Show file tree
Hide file tree
Showing 3 changed files with 1,321 additions and 845 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup node env 🏗
uses: actions/setup-node@v4
with:
node-version: lts/hydrogen
node-version: '>=20'
check-latest: true

- name: Get yarn cache directory path 🛠
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,8 @@
"start-server-and-test": "^2.0.0",
"typescript": "~5.2.2",
"vite-plugin-istanbul": "^5.0.0"
},
"engines": {
"node": ">=20"
}
}
Loading

0 comments on commit 856b7b1

Please sign in to comment.