Skip to content

Commit

Permalink
chore!: Drop Node 14 Support (#678)
Browse files Browse the repository at this point in the history
Test Against Node 16, 18, & 20.

BREAKING CHANGE: Node 14 is no longer supported nor tested.
  • Loading branch information
texastony authored Jul 5, 2023
1 parent d736b3b commit 4bae6e9
Show file tree
Hide file tree
Showing 5 changed files with 7,403 additions and 4,411 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
- windows-latest
- macos-latest
node:
- 14
- 16
- 18
- 20
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ node_modules
.vscode
.history

# JetBrains
.idea

# nyc/code coverage
.nyc_output
.karma_output
Expand All @@ -24,4 +27,4 @@ coverage

# verdaccio
storage
/verdaccio/.npx
/verdaccio/.npx
2 changes: 1 addition & 1 deletion codebuild/release/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ phases:
- npm install otplib --no-save
- npm test
runtime-versions:
nodejs: 14
nodejs: latest

pre_build:
commands:
Expand Down
2 changes: 1 addition & 1 deletion codebuild/release/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ phases:
commands:
- npm ci --unsafe-perm
runtime-versions:
nodejs: 14
nodejs: latest
pre_build:
commands:
- git config --global user.name "aws-crypto-tools-ci-bot"
Expand Down
Loading

0 comments on commit 4bae6e9

Please sign in to comment.