Skip to content

Commit 485d2e1

Browse files
committed
chore: remove node 12+14 and add node 18 tests
1 parent cf44acc commit 485d2e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
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: ['12.22.12', '14.17.6', '16.13.2']
27+
node_version: ['16.13.2', '18.18.1']
2828

2929
commands:
3030
install_deps:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
18

0 commit comments

Comments
 (0)