Fix CI (hopefully)

pull/47/head
Nikita Karamov 2023-01-25 20:25:21 +01:00
parent a532a37a8e
commit bb19f28656
No known key found for this signature in database
GPG Key ID: 41D6F71EE78E77CD
3 changed files with 2121 additions and 2 deletions

View File

@ -18,6 +18,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: pnpm
- name: Install dependencies
run: pnpm install --ignore-scripts
- name: Lint
@ -29,7 +30,8 @@ jobs:
env:
FORCE_COLOR: 2
- name: Check size
uses: andresz1/size-limit-action@v1
uses: getsentry/size-limit-action@v5
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
skip_step: build
if: github.event_name == 'pull_request'

1
.gitignore vendored
View File

@ -3,4 +3,3 @@ dist/
.idea/
node_modules/
.vscode/
pnpm-lock.yaml

2118
pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load Diff