Skip to content

Commit

Permalink
Merge branch 'master' into feature/AG-26168
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Oct 2, 2023
2 parents 86ce098 + 086b55a commit a50ddcf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bamboo-specs/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plan:
key: FLTRDWNLBUILD
name: filters-downloader - build release
variables:
dockerNode: adguard/node-ssh:14.18--0
dockerNode: adguard/node-ssh:18.13--1

stages:
- Build:
Expand Down
2 changes: 1 addition & 1 deletion bamboo-specs/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environments:
- npmjs
npmjs:
docker:
image: adguard/node-ssh:14.18--0
image: adguard/node-ssh:18.13--1
volumes:
${system.YARN_DIR}: "${bamboo.cacheYarn}"
triggers: [ ]
Expand Down
2 changes: 1 addition & 1 deletion bamboo-specs/increment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plan:
key: FLTRDWNLINC
name: filters-downloader - increment version
variables:
dockerNode: adguard/node-ssh:14.18--0
dockerNode: adguard/node-ssh:18.13--1

stages:
- Increment:
Expand Down
2 changes: 1 addition & 1 deletion bamboo-specs/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plan:
key: FLTRDWNLTESTS
name: filters-downloader - test
variables:
dockerNode: adguard/node-ssh:14.18--0
dockerNode: adguard/node-ssh:18.13--1

stages:
- Test:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adguard/filters-downloader",
"version": "1.1.15",
"version": "1.1.16",
"description": "Compiles filters source files",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
Expand Down

0 comments on commit a50ddcf

Please sign in to comment.