File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 node-version :
2020 - 12.x
2121 - 14.x
22- - 15 .x
22+ - 16 .x
2323 include :
2424 - os : ubuntu-latest
25- node-version : 14 .x
25+ node-version : 16 .x
2626 coverage : true
2727 steps :
2828 - name : Checkout AWS XRay SDK Node Repository @ default branch latest
7272 - name : Setup Node
7373 uses : actions/setup-node@v1
7474 with :
75- node-version : 14 .x
75+ node-version : 16 .x
7676
7777 - name : Cache NPM modules
7878 uses : actions/cache@v2
Original file line number Diff line number Diff line change 1919 - name : Setup Node
2020 uses : actions/setup-node@v1
2121 with :
22- node-version : ' 14 .x'
22+ node-version : ' 16 .x'
2323 registry-url : ' https://registry.npmjs.org'
2424
2525 - name : Cache NPM modules
Original file line number Diff line number Diff line change 1515 - name : Setup Node
1616 uses : actions/setup-node@v1
1717 with :
18- node-version : ' 14 .x'
18+ node-version : ' 16 .x'
1919
2020 # Use npm pack to bundle individual packages into their final distribution tarball form
2121 # Then aggregate all of those tarballs in the full_sdk package, to be used by smoke test
You can’t perform that action at this time.
0 commit comments