Skip to content

Commit 01f9dee

Browse files
feat: update supported versions of nodejs (#24)
1 parent 6372bcf commit 01f9dee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ windows_defaults: &windows_defaults
2424
name: win/default
2525

2626
test_matrix: &test_matrix
27-
node_version: ['14.17.6', '16.13.2', '18.19.1']
27+
node_version: ['18.19.1', '20.18.1', '22.12.0']
2828

2929
commands:
3030
install_deps:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ This plugin provides dependency metadata for npm, Yarn and pnpm projects and wor
3939

4040
| Node | Supported |
4141
| ---- | --------- |
42-
| 14 ||
43-
| 16 ||
4442
| 18 ||
43+
| 20 ||
44+
| 22 ||

0 commit comments

Comments
 (0)