Skip to content

Commit

Permalink
security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rentallect committed Feb 19, 2025
1 parent ccdaf02 commit 998627b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,21 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Enable Corepack
run: corepack enable

- name: Prepare Yarn 4
run: corepack prepare [email protected] --activate

- name: Verify Yarn version
run: yarn -v

- name: Set up Node.js with Corepack
uses: actions/setup-node@v4
with:
node-version: 22 # Or another supported version
cache: 'yarn' # Caches Yarn dependencies

- name: Enable Corepack
run: corepack enable

- name: Ensure Yarn 4 is installed
run: corepack prepare yarn@4 --activate

- name: Bump semver
if: github.ref == 'refs/heads/main'
uses: TriPSs/conventional-changelog-action@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@
"util": "^0.12.4",
"uuid": "^11.0.5"
},
"packageManager": "[email protected]+sha512.4e502bea682e7d8004561f916f1da2dfbe6f718024f6aa50bf8cd86f38ea3a94a7f1bf854a9ca666dd8eafcfb8d44baaa91bf5c7876e79a7aeac952c332f0e88"
"packageManager": "[email protected]"
}

0 comments on commit 998627b

Please sign in to comment.