File tree 4 files changed +7188
-5799
lines changed
4 files changed +7188
-5799
lines changed Original file line number Diff line number Diff line change @@ -14,25 +14,25 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : " [1/7] Checkout"
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
19
19
- name : " [2/7] Install Node.js"
20
20
uses : actions/setup-node@v3
21
21
with :
22
22
node-version : 20.x
23
23
24
24
- name : " [3/7] Install pnpm"
25
- uses : pnpm/action-setup@v2
25
+ uses : pnpm/action-setup@v3
26
26
with :
27
- version : 8
27
+ version : 9
28
28
29
29
- name : " [4/7] Get pnpm store directory"
30
30
shell : bash
31
31
run : |
32
32
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
33
33
34
34
- name : " [5/7] Setup pnpm cache"
35
- uses : actions/cache@v3
35
+ uses : actions/cache@v4
36
36
with :
37
37
path : ${{ env.STORE_PATH }}
38
38
key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/website/pnpm-lock.yaml') }}
46
46
47
47
# docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
48
48
- name : " [7/7] Deploy to GitHub Pages"
49
- uses : peaceiris/actions-gh-pages@v3
49
+ uses : peaceiris/actions-gh-pages@v4
50
50
with :
51
51
github_token : ${{ secrets.GITHUB_TOKEN }}
52
52
publish_dir : ./website/build
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " root" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.2 " ,
4
4
"private" : true ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
9
9
"keywords" : [],
10
10
"author" : " " ,
11
11
"license" : " MIT" ,
12
- "packageManager" : " pnpm@8.14.0 " ,
12
+ "packageManager" : " pnpm@9.0.6 " ,
13
13
"engines" : {
14
- "pnpm" : " >=8.14.0 "
14
+ "pnpm" : " >=9.0.6 "
15
15
}
16
16
}
You can’t perform that action at this time.
0 commit comments