Skip to content

Commit

Permalink
enable corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbalfour committed May 8, 2024
1 parent a3fef54 commit 54a984a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 896 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main

env:
CI: true

jobs:
merge:
name: sonar
Expand All @@ -14,6 +17,9 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Enable Corepack
run: corepack enable

- name: Set Node
uses: actions/setup-node@v3
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Enable Corepack
run: corepack enable

- name: Set Node
uses: actions/setup-node@v3
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
tagRegex: '(?<package>.*)_(?<version>.*)'

- name: Enable Corepack
run: corepack enable

- name: Set Node
uses: actions/setup-node@v3
with:
Expand Down
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.0.0.cjs

This file was deleted.

2 changes: 0 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ nodeLinker: node-modules

npmPublishAccess: public

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

changesetBaseRefs: ["HEAD"]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@reapit-cdk/ts-constructs",
"description": "CDK Constructs Monorepo",
"packageManager": "yarn@4.0.0",
"packageManager": "yarn@4.2.1+sha512.4326f6a5a916363bfd3533f984bc4c91d47a0c6af2d79fc6e8a25dec14a1be88ec354e2b1d2919461647ec8df1d39303575f7726827704cdf9909d38621c9300",
"private": true,
"workspaces": [
"packages/constructs/replicated-key",
Expand Down

0 comments on commit 54a984a

Please sign in to comment.