Skip to content

Commit

Permalink
chore: upgrade node, yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
webbertakken committed Aug 10, 2024
1 parent 1924a10 commit 09ad31c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
compressionLevel: mixed

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.4.0.cjs
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "automation-standalone",
"name": "docker-standalone",
"version": "0.1.0",
"homepage": "https://docs.digital-alchemy.app/",
"description": "A quick start demo workspace to building code with @digital-alchemy. Tuned for supervised Home Assistant installs",
"description": "A docker-deployable standalone starter-kit for HomeAssistant automations using TypeScript",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -73,8 +73,8 @@
"vitest": "^1.5.0"
},
"volta": {
"node": "20.12.2",
"yarn": "4.1.1"
"node": "20.16.0",
"yarn": "4.4.0"
},
"packageManager": "yarn@4.1.1"
"packageManager": "yarn@4.4.0"
}

0 comments on commit 09ad31c

Please sign in to comment.