Skip to content

Commit d2abfd3

Browse files
authored
Added node 16 testing (#513)
* removed node 12; added node 16, 18, 20 * removed unreleased versions * added node 12 back
1 parent 34d8126 commit d2abfd3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/pr-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -72,7 +72,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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

0 commit comments

Comments
 (0)