File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout 🛎️
12
- uses : actions/checkout@v2
13
- - uses : actions/setup-node@v1
12
+ uses : actions/checkout@v4
13
+ - uses : actions/setup-node@v4
14
14
with :
15
15
node-version : ' >=18.13.0'
16
16
Original file line number Diff line number Diff line change 8
8
build :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v4
12
12
# Setup .npmrc file to publish to npm
13
- - uses : actions/setup-node@v2
13
+ - uses : actions/setup-node@v4
14
14
with :
15
15
node-version : ' >=18.13.0'
16
16
registry-url : ' https://registry.npmjs.org/'
Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
if : ${{ github.event_name != 'pull_request' }}
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v4
14
14
name : Checkout [master]
15
15
with :
16
16
fetch-depth : 0
17
- - uses : actions/setup-node@v1
17
+ - uses : actions/setup-node@v4
18
18
with :
19
19
node-version : ' >=18.13.0'
20
20
- run : yarn
21
21
- run : yarn run build:lib
22
22
- run : yarn run ci:test
23
- - uses : codecov/codecov-action@v2
23
+ - uses : codecov/codecov-action@v4
24
24
with :
25
25
token : ${{ secrets.CODECOV_TOKEN }}
26
26
files : ./coverage/@perfectmemory/ngx-contextmenu/lcov.info
@@ -30,11 +30,11 @@ jobs:
30
30
runs-on : ubuntu-latest
31
31
if : ${{ github.event_name == 'pull_request' }}
32
32
steps :
33
- - uses : actions/checkout@v2
33
+ - uses : actions/checkout@v4
34
34
with :
35
35
ref : ${{ github.event.pull_request.head.ref }}
36
36
fetch-depth : 0
37
- - uses : actions/setup-node@v1
37
+ - uses : actions/setup-node@v4
38
38
with :
39
39
node-version : ' >=18.13.0'
40
40
- run : yarn
You can’t perform that action at this time.
0 commit comments