File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
21
21
runs-on : ubuntu-latest
22
22
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
26
26
- name : Set Node.js
27
- uses : actions/setup-node@v2
27
+ uses : actions/setup-node@v4
28
28
with :
29
- node-version : 16 .x
29
+ node-version : 20 .x
30
30
31
31
- name : Install dependencies
32
32
run : npm ci
44
44
id : diff
45
45
46
46
# If index.js was different than expected, upload the expected version as an artifact
47
- - uses : actions/upload-artifact@v2
47
+ - uses : actions/upload-artifact@v3
48
48
if : ${{ failure() && steps.diff.conclusion == 'failure' }}
49
49
with :
50
50
name : dist
Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
22
22
- run : sudo apt-get update && sudo apt-get install -y nginx && sudo systemctl start nginx
23
23
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ All notable changes to this GitHub action will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
7
## [ Unreleased]
8
+ ### Changed
9
+ - Run with node20. [ #29 ] ( https://github.com/zaproxy/action-api-scan/issues/29 )
8
10
9
11
## [ 0.5.0] - 2023-08-24
10
12
### Added
Original file line number Diff line number Diff line change @@ -42,5 +42,5 @@ inputs:
42
42
required : false
43
43
default : ' zap_scan'
44
44
runs :
45
- using : ' node16 '
45
+ using : ' node20 '
46
46
main : ' dist/index.js'
You can’t perform that action at this time.
0 commit comments