Skip to content

Commit 46f0856

Browse files
committed
7.0.30
1 parent d1333c7 commit 46f0856

File tree

4 files changed

+795
-389
lines changed

4 files changed

+795
-389
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
working_directory: ~/repo
66
docker:
7-
- image: cimg/node:20.17.0
7+
- image: cimg/node:23.9.0
88
environment:
99
NODE_ENV: test
1010
POSTGRES_HOST: 127.0.0.1
@@ -67,7 +67,7 @@ jobs:
6767
publish:
6868
working_directory: ~/repo
6969
docker:
70-
- image: cimg/node:20.17.0
70+
- image: cimg/node:23.9.0
7171
steps:
7272
- attach_workspace:
7373
at: ~/repo

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2024 Andre Gloria <andredagloria@gmail.com>
3+
Copyright (c) 2025 Andre Gloria <andredagloria@gmail.com>
44

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

0 commit comments

Comments
 (0)