Skip to content

Commit

Permalink
chore: update pob root
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and christophehurpeau committed May 4, 2024
1 parent a209551 commit dcdc9d3
Show file tree
Hide file tree
Showing 6 changed files with 1,070 additions and 1,079 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: corepack enable

- name: Install Dependencies
run: yarn install --immutable --immutable-cache
run: yarn install --immutable

- name: Run tsc for tsc cache
run: yarn tsc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: corepack enable

- name: Install Dependencies
run: yarn install --immutable --immutable-cache
run: yarn install --immutable

- name: New version (dry run)
if: github.ref == 'refs/heads/main' && inputs.dry-run
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: corepack enable

- name: Install Dependencies
run: yarn install --immutable --immutable-cache
run: yarn install --immutable

- name: Checks
run: yarn run checks
Expand All @@ -36,7 +36,7 @@ jobs:
run: corepack enable

- name: Install Dependencies
run: yarn install --immutable --immutable-cache
run: yarn install --immutable

- name: Build
run: yarn run build
Expand All @@ -58,7 +58,7 @@ jobs:
run: corepack enable

- name: Install Dependencies
run: yarn install --immutable --immutable-cache
run: yarn install --immutable

- name: Prettier
run: yarn run lint:prettier
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
run: corepack enable

- name: Install Dependencies
run: yarn install --immutable --immutable-cache
run: yarn install --immutable

- name: Test
run: yarn run test
Expand All @@ -98,7 +98,7 @@ jobs:
if: matrix.node-version == 18

- name: Send results to codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
if: matrix.node-version == 18
with:
token: ${{ secrets.CODECOV_TOKEN }}
1 change: 1 addition & 0 deletions .yarn/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/unplugged
/install-state.gz
/cache
14 changes: 2 additions & 12 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
compressionLevel: 0
compressionLevel: mixed
defaultSemverRangePrefix: ^
enableGlobalCache: false
enableGlobalCache: true
nodeLinker: node-modules
plugins:
- checksum: 351165af3f87af1ec24528ccf2affc93f57694cc7bfc51a1842d8c17e19d4c7275176de471df52f3b462b7fb16615a1961896c3823b68c330317035020e92e40
path: .yarn/plugins/@yarnpkg/plugin-conventional-version.cjs
spec: https://raw.githubusercontent.com/christophehurpeau/yarn-plugin-conventional-version/main/bundles/%40yarnpkg/plugin-conventional-version.cjs
supportedArchitectures:
cpu:
- x64
- arm64
os:
- linux
- darwin
libc:
- glibc
- musl
Loading

0 comments on commit dcdc9d3

Please sign in to comment.