Skip to content

Commit

Permalink
Enforce node 20 instead of 22
Browse files Browse the repository at this point in the history
Issue: BKTCLT-33
  • Loading branch information
KillianG committed Nov 18, 2024
1 parent dcb0ebd commit 8d40e22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/RESTClient.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strict';
'use strict';

const assert = require('assert');
const http = require('http');
Expand Down
2 changes: 1 addition & 1 deletion lib/shell.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strict';
'use strict';

const readline = require('readline');

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bucketclient",
"engines": {
"node": ">=22"
"node": ">=20"
},
"version": "8.1.11",
"description": "Bucket Client",
Expand Down

0 comments on commit 8d40e22

Please sign in to comment.