Skip to content

Commit 3aca8f5

Browse files
authored
Merge pull request #3 from thirdiron/feature/BZ-10108-upgrade-node-24
Upgrade to node 24 - bz 10108
2 parents e44be2c + cfb3e19 commit 3aca8f5

File tree

7 files changed

+1454
-392
lines changed

7 files changed

+1454
-392
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 2
66
jobs:
77
build:
88
docker:
9-
- image: circleci/node:8
9+
- image: cimg/node:24.14
1010
working_directory: ~/logentries-webhook-auth
1111
steps:
1212
- checkout
@@ -22,7 +22,7 @@ jobs:
2222

2323
publish:
2424
docker:
25-
- image: circleci/node:8
25+
- image: cimg/node:24.14
2626
working_directory: ~/logentries-webhook-auth
2727
steps:
2828
- checkout

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ build
2626
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
2727
node_modules
2828

29-
.DS_Store
29+
.DS_Store
30+
.vscode/settings.json

.mocharc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
recursive: true
2+
require: test/test_helper.js

0 commit comments

Comments
 (0)