Fix CI (hopefully)
parent
a532a37a8e
commit
bb19f28656
|
@ -18,6 +18,7 @@ jobs:
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
|
cache: pnpm
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install --ignore-scripts
|
run: pnpm install --ignore-scripts
|
||||||
- name: Lint
|
- name: Lint
|
||||||
|
@ -29,7 +30,8 @@ jobs:
|
||||||
env:
|
env:
|
||||||
FORCE_COLOR: 2
|
FORCE_COLOR: 2
|
||||||
- name: Check size
|
- name: Check size
|
||||||
uses: andresz1/size-limit-action@v1
|
uses: getsentry/size-limit-action@v5
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
skip_step: build
|
skip_step: build
|
||||||
|
if: github.event_name == 'pull_request'
|
||||||
|
|
|
@ -3,4 +3,3 @@ dist/
|
||||||
.idea/
|
.idea/
|
||||||
node_modules/
|
node_modules/
|
||||||
.vscode/
|
.vscode/
|
||||||
pnpm-lock.yaml
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue