Skip to content

Commit d85ca33

Browse files
authored
feat!: deprecate node12.
BREAKING CHANGE: Remove node12 from CI (#543)
1 parent 7f56cee commit d85ca33

File tree

4 files changed

+14172
-2484
lines changed

4 files changed

+14172
-2484
lines changed

.github/workflows/ci-unit-tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
- windows-latest
1414
- macos-latest
1515
node:
16-
- 12
1716
- 14
1817
- 16
1918
steps:

codebuild/release/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ phases:
1616
- npm install otplib --no-save
1717
- npm test
1818
runtime-versions:
19-
nodejs: 12
19+
nodejs: 14
2020

2121
pre_build:
2222
commands:

codebuild/release/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ phases:
1313
commands:
1414
- npm ci --unsafe-perm
1515
runtime-versions:
16-
nodejs: 12
16+
nodejs: 14
1717
pre_build:
1818
commands:
1919
- git config --global user.name "aws-crypto-tools-ci-bot"

0 commit comments

Comments
 (0)