ci: use .nvmrc for node-setup node-version in github actions (#10619)

* chore: add node version pinning with .nvmrc and volta for the typescript sdk

* ci: add missing setup-node actions and use .nvmrc for setup-node node-version
This commit is contained in:
Zack Pollard
2024-06-25 16:01:15 +03:00
committed by GitHub
parent b5b0c6fe8b
commit 5912fcc393
6 changed files with 35 additions and 6 deletions

View File

@@ -0,0 +1 @@
20.15.0

View File

@@ -19,12 +19,15 @@
"@oazapfts/runtime": "^1.0.2"
},
"devDependencies": {
"@types/node": "^20.11.0",
"@types/node": "^20.11",
"typescript": "^5.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/immich-app/immich.git",
"directory": "open-api/typescript-sdk"
},
"volta": {
"node": "20.15.0"
}
}