File tree Expand file tree Collapse file tree 5 files changed +558
-1088
lines changed Expand file tree Collapse file tree 5 files changed +558
-1088
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
11
11
steps :
12
12
- uses : actions/checkout@v4
13
- - name : Use Node 20
13
+ - name : Use Node 22
14
14
uses : actions/setup-node@v4
15
15
with :
16
- node-version : 20
16
+ node-version : 22
17
17
- run : npm ci
18
18
- run : npm run format:check
19
19
- run : npm run build
Original file line number Diff line number Diff line change 28
28
contents : write
29
29
30
30
steps :
31
- - uses : actions/checkout@v3
31
+ - uses : actions/checkout@v4
32
32
- uses : jamesgeorge007/github-activity-readme@master
33
33
env :
34
34
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
73
73
contents: write
74
74
75
75
steps:
76
- - uses: actions/checkout@v3
76
+ - uses: actions/checkout@v4
77
77
- uses: jamesgeorge007/github-activity-readme@master
78
78
env:
79
79
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments