File tree 2 files changed +2
-4
lines changed 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 19
19
- name : Install Node.js π
20
20
uses : actions/setup-node@v4
21
21
with :
22
- node-version : 20
23
22
cache : " pnpm"
24
23
25
24
- name : Install dependencies π¦
35
34
run : pnpm run build
36
35
37
36
- name : Upload Coverage
38
- uses : paambaati/codeclimate-action@v5.0.0
37
+ uses : paambaati/codeclimate-action@v8
39
38
env :
40
39
CC_TEST_REPORTER_ID : ${{secrets.CC_TEST_REPORTER_ID}}
41
40
with :
46
45
pnpm run docs
47
46
48
47
- name : Deploy π
49
- uses : JamesIves/github-pages-deploy-action@4.1.5
48
+ uses : JamesIves/github-pages-deploy-action@v4
50
49
with :
51
50
branch : gh-pages
52
51
folder : docs
Original file line number Diff line number Diff line change 18
18
- name : Install Node.js π
19
19
uses : actions/setup-node@v4
20
20
with :
21
- node-version : 20
22
21
cache : " pnpm"
23
22
24
23
- name : Install dependencies π¦
You canβt perform that action at this time.
0 commit comments