Skip to content

Commit 44dbff9

Browse files
committed
enable support for nodejs 22
1 parent 80143de commit 44dbff9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [14.x, 16.x, 18.x, 20.x, 21.x]
12+
node-version: [14.x, 16.x, 18.x, 20.x, 21.x, 22.x]
1313

1414
steps:
1515
- uses: actions/checkout@v4
@@ -38,10 +38,10 @@ jobs:
3838
token: ${{ secrets.ACTION_TOKEN }}
3939
- uses: fregante/setup-git-user@v2
4040
- run: git config --global user.name "dependabot"
41-
- name: Use Node.js 21.x
41+
- name: Use Node.js 22.x
4242
uses: actions/setup-node@v4
4343
with:
44-
node-version: 21.x
44+
node-version: 22.x
4545
registry-url: 'https://registry.npmjs.org'
4646
- name: npm-semver-publish
4747
uses: iuccio/[email protected]

SECURITY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ A generated Github Depedabot PR is normally quickly merged and a new version is
1414

1515
| Version | Supported |
1616
| ------- | ------------------ |
17+
| 3.3.0 | :white_check_mark: |
1718
| 2.37.0 | :white_check_mark: |
1819
| 2.29.0 | :white_check_mark: |
1920
| 2.2.0 | :white_check_mark: |
@@ -26,6 +27,7 @@ A generated Github Depedabot PR is normally quickly merged and a new version is
2627

2728
| Version | Supported |
2829
| ------- | ------------------ |
30+
| 3.3.0 | :white_check_mark: |
2931
| 2.29.0 | :white_check_mark: |
3032
| 2.2.0 | :white_check_mark: |
3133
| 2.0.0 | :white_check_mark: |

0 commit comments

Comments
 (0)