File tree 3 files changed +386
-166
lines changed
3 files changed +386
-166
lines changed Original file line number Diff line number Diff line change 1
- name : ' Chromatic'
1
+ name : Chromatic
2
2
on : push
3
3
jobs :
4
4
publish :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
- # https://github.com/actions/checkout
8
- - uses : actions/checkout@v4
7
+ - uses : actions/checkout@v3
9
8
with :
10
9
fetch-depth : 0
11
-
12
- # https://nodejs.org/api/corepack.html
13
- - name : Enable corepack (for pnpm)
14
- run : corepack enable
15
-
16
- # https://github.com/actions/setup-node
17
- - name : Setup Node.js
18
- uses : actions/setup-node@v4
10
+ - name : Install Node.js
11
+ uses : actions/setup-node@v3
19
12
with :
20
- cache : pnpm
21
13
node-version : 20
22
-
23
- # https://pnpm.io/cli/install
24
- - name : Install Node.js dependencies with pnpm
25
- run : >
26
- pnpm install
27
- --frozen-lockfile
28
-
14
+ - name : Install dependencies
15
+ uses : pnpm/action-setup@v2
16
+ with :
17
+ version : 8
18
+ run_install : true
29
19
- name : Publish to Chromatic
30
20
uses : chromaui/action@v1
31
21
with :
Original file line number Diff line number Diff line change 88
88
"svelte-check" : " ^3.5.0" ,
89
89
"svelte-jester" : " ^2.3.2" ,
90
90
"svelte-loader" : " ^3.1.7" ,
91
+ "svelte-package" : " ^0.1.0" ,
91
92
"typescript" : " ^5.1.6" ,
92
93
"vite" : " ^4.4.3" ,
93
94
"vitest" : " ^0.33.0"
You can’t perform that action at this time.
0 commit comments