Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: downgrade yarn from 4.3.1 to 1.22.22 #351

Merged
merged 1 commit into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install yarn lastest version
run: |
corepack enable
yarn set version berry

- name: Setup node.js
uses: actions/setup-node@v4
with:
node-version: '20.15.0'

- name: Install dependencies
run: yarn --immutable
run: yarn --frozen-lockfile

- name: Build package
run: yarn build
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install yarn lastest version
run: |
corepack enable
yarn set version berry

- name: Setup node.js
uses: actions/setup-node@v4
with:
node-version: '20.15.0'

- name: Install dependencies
run: yarn --immutable
run: yarn --frozen-lockfile

- name: Run Linter
run: yarn lint
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/publish-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install yarn lastest version
run: |
corepack enable
yarn set version berry

- uses: actions/setup-node@v4
with:
node-version: '20.15.0'
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install yarn lastest version
run: |
corepack enable
yarn set version berry

- name: Setup node.js
uses: actions/setup-node@v4
with:
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install yarn lastest version
run: |
corepack enable
yarn set version berry

- name: Setup node.js
uses: actions/setup-node@v4
with:
node-version: '20.15.0'

- name: Install dependencies
run: yarn --immutable
run: yarn --frozen-lockfile

- name: Run Jest Code Coverage
run: yarn test:ci
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.yarn/*
1 change: 0 additions & 1 deletion .yarnrc.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flipper-ui",
"version": "0.33.0",
"version": "0.33.1",
"description": "",
"main": "dist/index.js",
"homepage": "https://flipper-ui.ngi.com.br/",
Expand Down
Loading