File tree Expand file tree Collapse file tree 7 files changed +1438
-842
lines changed Expand file tree Collapse file tree 7 files changed +1438
-842
lines changed Original file line number Diff line number Diff line change 9
9
name : deploy
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
12
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
13
13
- uses : actions/setup-node@v4
14
14
with :
15
- node-version : 18
15
+ node-version : 20
16
16
cache : npm
17
17
- run : npm ci
18
18
- uses : aws-actions/setup-sam@v2
Original file line number Diff line number Diff line change 7
7
release :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
10
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
11
11
- uses : actions/setup-node@v4
12
12
with :
13
13
node-version : lts/*
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
test :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
14
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15
15
- uses : actions/setup-node@v4
16
16
with :
17
17
cache : npm
18
- node-version : 18
18
+ node-version : 20
19
19
- run : npm ci
20
20
- run : npm test
Original file line number Diff line number Diff line change 2
2
* @param {import('probot').Probot } app
3
3
*/
4
4
module . exports = ( app ) => {
5
- app . log ( "Yay! The app was loaded!" ) ;
5
+ console . log ( "Yay! The app was loaded!" ) ;
6
6
7
7
app . on ( "issues.opened" , async ( context ) => {
8
8
return context . octokit . issues . createComment (
You can’t perform that action at this time.
0 commit comments