Skip to content

Commit e442241

Browse files
committed
chore: update github CI
1 parent 4fef1de commit e442241

9 files changed

Lines changed: 16544 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ jobs:
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
cache: 'yarn'
28+
cache-dependency-path: yarn.lock
2829

2930
- name: Install dependencies
30-
run: yarn install --immutable
31+
run: yarn install --immutable --inline-builds
3132

3233
- name: Run linter
3334
run: yarn lint

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ Thumbs.db:encryptable
141141
ehthumbs.db
142142
Desktop.ini
143143

144-
# yarn v3
145-
.pnp.*
144+
# yarn v4
146145
.yarn/*
147146

148147
# Vite logs files

.pnp.cjs

Lines changed: 14386 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)