Skip to content

Commit d357fb9

Browse files
authored
release: update publish vsix node version (aws#5085)
problem: - the lowest node version that can be used for open vsx is node 18. We currently use node 16 which fails the release process solution: - use node 20
1 parent 1fe559d commit d357fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec/release/60publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: 0.2
77
phases:
88
install:
99
runtime-versions:
10-
nodejs: 16
10+
nodejs: 20
1111
commands:
1212
- apt-get update
1313
- apt-get install -y libsecret-1-dev

0 commit comments

Comments
 (0)