File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 35
35
pnpm --filter @gradio/client --filter @gradio/preview build
36
36
- name : update npm
37
37
run : npm i -g npm@latest
38
+ - name : check node version
39
+ run : node -v
40
+ - name : check npm version
41
+ run : npm -v
38
42
- name : create and publish versions
39
43
id : changesets
40
44
uses : changesets/action@aba318e9165b45b7948c60273e0b72fce0a64eb9 # @v1
45
49
publish : pnpm ci:publish
46
50
env :
47
51
GITHUB_TOKEN : ${{ secrets.GRADIO_PAT }}
52
+ - name : Upload npm logs
53
+ if : always()
54
+ uses : actions/upload-artifact@v4
55
+ with :
56
+ name : npm-logs
57
+ path : |
58
+ /home/runner/.npm/_logs/
59
+ ~/.npm/_logs/
60
+ retention-days : 7
61
+ if-no-files-found : ignore
48
62
- name : add label to skip chromatic build
49
63
if : ${{ steps.changesets.outputs.pullRequestNumber != '' && steps.changesets.outputs.pullRequestNumber != 'undefined' }}
50
64
run : gh pr edit "$PR_NUMBER" --add-label "no-visual-update"
You can’t perform that action at this time.
0 commit comments