File tree 6 files changed +112
-113
lines changed
6 files changed +112
-113
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
15
15
check-dist :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
20
- - name : Set Node.js 16 .x
21
- uses : actions/setup-node@v3.6 .0
20
+ - name : Set Node.js 20 .x
21
+ uses : actions/setup-node@v4.0 .0
22
22
with :
23
- node-version : 16 .x
23
+ node-version : 20 .x
24
24
25
25
- name : Install dependencies
26
26
run : npm ci
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
11
11
build :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- run : npm ci
16
16
- run : npm run all
17
17
test :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- run : | # prepare test environment
22
22
cd ..
23
23
mkdir temp
27
27
mv ./temp/action.yml ./nx-migration-gh-action
28
28
cd ./nx-migration-gh-action
29
29
npm i
30
- ls -a
31
30
- uses : ./
32
31
id : nx_migrate
33
32
with :
Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : Checkout repository
26
- uses : actions/checkout@v3
26
+ uses : actions/checkout@v4
27
27
- run : npm ci
28
28
-
uses :
timonmasberg/[email protected]
29
29
with :
Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ outputs:
27
27
description : ' Issue ID of the created PR'
28
28
29
29
runs :
30
- using : ' node16 '
30
+ using : ' node20 '
31
31
main : ' dist/index.js'
You can’t perform that action at this time.
0 commit comments