File tree Expand file tree Collapse file tree 3 files changed +48
-67
lines changed Expand file tree Collapse file tree 3 files changed +48
-67
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,17 @@ jobs:
2727 coverage : true
2828 steps :
2929 - name : Checkout AWS XRay SDK Node Repository @ default branch latest
30- uses : actions/checkout@v2
30+ uses : actions/checkout@v3
3131
3232 - name : Setup Node ${{ matrix.node-version }}
33- uses : actions/setup-node@v1
33+ uses : actions/setup-node@v3
3434 with :
3535 node-version : ${{ matrix.node-version }}
36+ check-latest : true
37+
3638
3739 - name : Cache NPM modules
38- uses : actions/cache@v2
40+ uses : actions/cache@v3
3941 with :
4042 path : $HOME/.npm
4143 key : ${{ matrix.os }}-${{ hashFiles('package-lock.json') }}
@@ -68,15 +70,15 @@ jobs:
6870 runs-on : ubuntu-latest
6971 steps :
7072 - name : Checkout AWS XRay SDK Node Repository @ default branch latest
71- uses : actions/checkout@v2
73+ uses : actions/checkout@v3
7274
7375 - name : Setup Node
74- uses : actions/setup-node@v1
76+ uses : actions/setup-node@v3
7577 with :
7678 node-version : 16.x
7779
7880 - name : Cache NPM modules
79- uses : actions/cache@v2
81+ uses : actions/cache@v3
8082 with :
8183 path : $HOME/.npm
8284 key : ${{ hashFiles('package-lock.json') }}
Original file line number Diff line number Diff line change 2222 "aws-xray-sdk-express" : " 3.4.1" ,
2323 "chai" : " ^4.2.0" ,
2424 "cls-hooked" : " ^4.2.2" ,
25- "codecov" : " ^3.8.1 " ,
25+ "codecov" : " ^3.8.3 " ,
2626 "eslint" : " ^7.5.0" ,
2727 "eslint-config-prettier" : " ^6.11.0" ,
2828 "eslint-config-semistandard" : " ^15.0.1" ,
You can’t perform that action at this time.
0 commit comments