Skip to content

Commit 549504f

Browse files
committed
Pull request 86: chore: update node-ssh image to 22.22--0 (Node 22.22.2, pnpm 10.33.4)
Squashed commit of the following: commit 4082d5c Author: Maxim Topciu <mtopciu@adguard.com> Date: Thu May 14 14:31:59 2026 +0300 chore: update node-ssh image to 22.22--0 Update Docker image to node-ssh:22.22--0 which includes Node.js 22.22.2 and pnpm 10.33.4. This is needed to support minimumReleaseAge in pnpm-workspace.yaml (AG-54210).
1 parent c25b7c9 commit 549504f

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

bamboo-specs/build-prerelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plan:
55
key: VSCODEADBLOCKSYNTAXBUILDPRERELEASE
66
name: vscode adblock syntax - build prerelease
77
variables:
8-
dockerNode: adguard/node-ssh:22.14--0
8+
dockerNode: adguard/node-ssh:22.22--0
99

1010
stages:
1111
- Build:

bamboo-specs/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plan:
55
key: VSCODEADBLOCKSYNTAXBUILD
66
name: vscode adblock syntax - build release
77
variables:
8-
dockerNode: adguard/node-ssh:22.14--0
8+
dockerNode: adguard/node-ssh:22.22--0
99

1010
stages:
1111
- Build:

bamboo-specs/deploy-prerelease.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ environments:
1111

1212
marketplace.visualstudio.com:
1313
docker:
14-
image: adguard/node-ssh:22.14--0
14+
image: adguard/node-ssh:22.22--0
1515
volumes:
1616
${system.PNPM_DIR}: "${bamboo.cachePnpm}"
1717
triggers: []
@@ -52,7 +52,7 @@ marketplace.visualstudio.com:
5252

5353
open-vsx.org:
5454
docker:
55-
image: adguard/node-ssh:22.14--0
55+
image: adguard/node-ssh:22.22--0
5656
volumes:
5757
${system.PNPM_DIR}: "${bamboo.cachePnpm}"
5858
triggers: []

bamboo-specs/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ environments:
1111

1212
marketplace.visualstudio.com:
1313
docker:
14-
image: adguard/node-ssh:22.14--0
14+
image: adguard/node-ssh:22.22--0
1515
volumes:
1616
${system.PNPM_DIR}: "${bamboo.cachePnpm}"
1717
triggers: []
@@ -52,7 +52,7 @@ marketplace.visualstudio.com:
5252

5353
open-vsx.org:
5454
docker:
55-
image: adguard/node-ssh:22.14--0
55+
image: adguard/node-ssh:22.22--0
5656
volumes:
5757
${system.PNPM_DIR}: "${bamboo.cachePnpm}"
5858
triggers: []

bamboo-specs/increment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plan:
55
key: VSCODEADBLOCKSYNTAXINCR
66
name: vscode adblock syntax - increment
77
variables:
8-
dockerNode: adguard/node-ssh:22.14--0
8+
dockerNode: adguard/node-ssh:22.22--0
99

1010
stages:
1111
- Increment:

bamboo-specs/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plan:
55
key: VSCODEADBLOCKSYNTAXTEST
66
name: vscode adblock syntax - tests
77
variables:
8-
dockerNode: adguard/node-ssh:22.14--0
8+
dockerNode: adguard/node-ssh:22.22--0
99

1010
# Package dependencies:
1111
# - Shared: no dependencies (base package)

0 commit comments

Comments
 (0)