Skip to content

Commit

Permalink
Pin versions of node and yarn
Browse files Browse the repository at this point in the history
* Requires node 16.20.x (use nvm to manage node versions)
* Requires and includes local yarn 1.22.21 release
* Updates developer setup instructions
  • Loading branch information
ezwelty committed Nov 21, 2023
1 parent 76e5701 commit d70208a
Show file tree
Hide file tree
Showing 5 changed files with 147,570 additions and 9 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,15 @@
.vscode

npm-debug.log*

# yarn
# see https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
yarn-debug.log*
yarn-error.log*
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

0 comments on commit d70208a

Please sign in to comment.