We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bedd0d commit 9c700f4Copy full SHA for 9c700f4
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
build:
4
docker:
5
- - image: circleci/node:12
+ - image: circleci/node:18
6
7
working_directory: ~/repo
8
package.json
@@ -1,6 +1,6 @@
1
{
"name": "the_guard_bot",
- "version": "1.5.0",
+ "version": "1.6.0",
"description": "Telegram guard bot to manage a network of groups.",
"main": "index.js",
"scripts": {
0 commit comments