File tree Expand file tree Collapse file tree 3 files changed +28
-5
lines changed Expand file tree Collapse file tree 3 files changed +28
-5
lines changed Original file line number Diff line number Diff line change 1111 - name : Checkout the repository
1212 uses : actions/checkout@v3
1313 - name : Install pnpm
14- uses : pnpm/action-setup@v2.2.4
14+ uses : pnpm/action-setup@v2
1515 with :
1616 version : 7
1717 - name : Install Node.js
3030 - name : Checkout the repository
3131 uses : actions/checkout@v3
3232 - name : Install pnpm
33- uses : pnpm/action-setup@v2.2.4
33+ uses : pnpm/action-setup@v2
3434 with :
3535 version : 7
3636 - name : Install Node.js
5252 - name : Checkout the repository
5353 uses : actions/checkout@v3
5454 - name : Install pnpm
55- uses : pnpm/action-setup@v2.2.4
55+ uses : pnpm/action-setup@v2
5656 with :
5757 version : 7
5858 - name : Install Node.js
7272 uses : actions/checkout@v3
7373 - name : Check editorconfig
7474 uses : editorconfig-checker/action-editorconfig-checker@v1
75+ website :
76+ runs-on : ubuntu-latest
77+ name : website
78+ steps :
79+ - name : Checkout the repository
80+ uses : actions/checkout@v3
81+ - name : Install pnpm
82+ uses : pnpm/action-setup@v2
83+ with :
84+ version : 7
85+ - name : Install Node.js
86+ uses : actions/setup-node@v3
87+ with :
88+ node-version : 16
89+ cache : ' pnpm'
90+ - name : Install dependencies
91+ run : pnpm install
92+ - name : Install website dependencies
93+ run : pnpm install
94+ working-directory : ./website
95+ - name : Build website
96+ run : pnpm build
97+ working-directory : ./website
Original file line number Diff line number Diff line change 1212 - name : Checkout the repository
1313 uses : actions/checkout@v3
1414 - name : Install pnpm
15- uses : pnpm/action-setup@v2.2.4
15+ uses : pnpm/action-setup@v2
1616 with :
1717 version : 7
1818 - name : Install Node.js
Original file line number Diff line number Diff line change 1010 - name : Checkout the repository
1111 uses : actions/checkout@v3
1212 - name : Install pnpm
13- uses : pnpm/action-setup@v2.2.4
13+ uses : pnpm/action-setup@v2
1414 with :
1515 version : 7
1616 - name : Install Node.js
You can’t perform that action at this time.
0 commit comments