Skip to content

Commit

Permalink
feat(deps)!: drop support for Node.js v16 (#205)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Minimum Node.js version is now v18

- update `@commitlint/cli` and `@commitlint/config-conventional` from
v17 to v19
- upgrade `lint-staged` from v13 to v15
- update `semantic-release` from v19 to v22
  • Loading branch information
pmstss authored Jul 5, 2024
1 parent 320f114 commit 1aeea1f
Show file tree
Hide file tree
Showing 14 changed files with 8,064 additions and 5,791 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/composite/npm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
- name: Set Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'npm'
registry-url: ${{ inputs.registry }}

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Bright Security
Copyright (c) 2024 Bright Security

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit 1aeea1f

Please sign in to comment.