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 311ae95 commit c6533dfCopy full SHA for c6533df
.github/workflows/release.yml
@@ -83,7 +83,7 @@ jobs:
83
- name: Set Up NodeJS
84
uses: actions/setup-node@v2
85
with:
86
- node-version: '14'
+ node-version: '18'
87
- name: Install dependencies
88
run: npm install -g typescript "vsce" "ovsx"
89
- run: echo "XML_SERVER_VERSION=$(cat package.json | jq -r .xmlServer.version)" >> $GITHUB_ENV
@@ -174,7 +174,7 @@ jobs:
174
175
176
177
178
179
180
0 commit comments