Skip to content

Commit

Permalink
feat: upgrade to yarn v4
Browse files Browse the repository at this point in the history
Upgrades the node client to use `yarn` v4. Depends on the following PRs:

* getoutreach/devbase#666
* getoutreach/stencil-base#139
  • Loading branch information
jaredallard authored and Jared Allard committed Nov 2, 2023
1 parent e74917f commit d3ebeef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions templates/api/clients/node/.yarnrc.yml.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
compressionLevel: mixed
enableGlobalCache: true
globalFolder: "${HOME}/.cache/yarn/berry/global"
nodeLinker: pnpm
2 changes: 1 addition & 1 deletion templates/api/clients/node/package.hjson.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// This file is not automatically turned into package.json
// In order to do so, run: `make gogenerate` in the root
// of this repository.
"name": "@getoutreach/{{ .Config.Name }}-client",
"packageManager": "[email protected]",
"version": "0.0.1",
"description": "{{ .Config.Name }} client implementation",
"main": "dist/index.js",
Expand Down

0 comments on commit d3ebeef

Please sign in to comment.