Skip to content

Commit 602f9d4

Browse files
committed
ci: try using eviden-actions' forks to avoid EMFILE error
1 parent 606ffec commit 602f9d4

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ jobs:
3737

3838
# Use artifact to share the output across different jobs
3939
# No need to save node_modules because they are all bundled
40-
- uses: actions/upload-artifact@v4
40+
- uses: eviden-actions/upload-artifact@v2
4141
with:
4242
name: build-output
4343
path: |
4444
outfile.cjs
45+
playground
4546
retention-days: 3
4647

4748
verify-scripts:
@@ -74,14 +75,12 @@ jobs:
7475
cache: 'pnpm'
7576

7677
# use artifacts to share the playground across different jobs
77-
- uses: actions/download-artifact@v4
78+
- uses: eviden-actions/download-artifact@v2
7879
with:
7980
name: build-output
8081

8182
- name: Install dependencies to avoid tsconfig warnings
8283
run: pnpm install
83-
- name: Snapshot
84-
run: pnpm snapshot
8584
- name: Install dependencies in playground
8685
working-directory: ./playground
8786
run: pnpm install --no-frozen-lockfile --ignore-scripts
@@ -119,8 +118,6 @@ jobs:
119118

120119
- name: Install dependencies to avoid tsconfig warnings
121120
run: pnpm install
122-
- name: Snapshot
123-
run: pnpm snapshot
124121
- name: Install dependencies in playground
125122
working-directory: ./playground
126123
run: pnpm install --no-frozen-lockfile --ignore-scripts

0 commit comments

Comments
 (0)