Skip to content

Commit

Permalink
Merge branch 'main' into fix/change-fs-imports
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts authored Oct 1, 2023
2 parents 28121ae + d59a5e5 commit 3d407c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/pnpm-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
shell: bash
run: |
corepack enable
echo "corepack enabled"
echo "Corepack enabled"
- uses: pnpm/action-setup@v2.4.0
if: ${{ inputs.enable-corepack == 'false' }}
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/size-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,13 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: ⚙️ Enable Corepack
shell: bash
run: |
corepack enable
echo "Corepack enabled"
- uses: preactjs/compressed-size-action@master

0 comments on commit 3d407c0

Please sign in to comment.