Skip to content

Commit

Permalink
Try checking in yarn 4.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yorhodes committed Nov 8, 2023
1 parent 084789f commit b8bedd5
Show file tree
Hide file tree
Showing 4 changed files with 900 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:

- name: yarn-install
run: |
corepack enable
yarn install
CHANGES=$(git status -s --ignore-submodules)
if [[ ! -z $CHANGES ]]; then
Expand Down Expand Up @@ -65,9 +64,7 @@ jobs:
key: ${{ github.sha }}

- name: build
run: |
corepack enable
yarn build
run: yarn build

lint-prettier:
runs-on: ubuntu-latest
Expand All @@ -82,9 +79,7 @@ jobs:
key: ${{ runner.os }}-yarn-cache-${{ hashFiles('./yarn.lock') }}

- name: lint
run: |
corepack enable
yarn lint
run: yarn lint

- name: prettier
run: |
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ typescript/infra/config/environments/test/create2/*json
typescript/infra/config/environments/test/testrecipient/*json
solidity/artifacts

.yarn
.yarn/install-state.gz
.yarn/cache
yarn-error.log

.idea
Expand Down
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.1.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
compressionLevel: mixed

enableGlobalCache: false

enableScripts: false

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: "https://mskelton.dev/yarn-outdated/v3"

yarnPath: .yarn/releases/yarn-4.0.1.cjs

0 comments on commit b8bedd5

Please sign in to comment.