Skip to content

Commit

Permalink
chore: update yarn version (#82)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Norris <[email protected]>
  • Loading branch information
jonathannorris authored May 8, 2024
1 parent 922397d commit f9f6e39
Show file tree
Hide file tree
Showing 6 changed files with 48,689 additions and 22,961 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

name: Unit Tests

on:
on:
pull_request

jobs:
Expand All @@ -10,5 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: corepack enable && yarn --version
- run: yarn install
- run: yarn test
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
node_modules
lib
.idea
.yarn/cache
.yarn/install-state.gz
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
yarn-error.log
7 changes: 7 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
checksumBehavior: update

compressionLevel: mixed

enableGlobalCache: false

nodeLinker: pnpm
Loading

0 comments on commit f9f6e39

Please sign in to comment.