Skip to content

Commit c6533df

Browse files
rgrunberdatho7561
authored andcommitted
Update from Node 14 to Node 18.
- Also bump @types/estree to 1.0.5 where possible to avoid some export errors Signed-off-by: Roland Grunberg <[email protected]>
1 parent 311ae95 commit c6533df

File tree

4 files changed

+4038
-2288
lines changed

4 files changed

+4038
-2288
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Set Up NodeJS
8484
uses: actions/setup-node@v2
8585
with:
86-
node-version: '14'
86+
node-version: '18'
8787
- name: Install dependencies
8888
run: npm install -g typescript "vsce" "ovsx"
8989
- run: echo "XML_SERVER_VERSION=$(cat package.json | jq -r .xmlServer.version)" >> $GITHUB_ENV
@@ -174,7 +174,7 @@ jobs:
174174
- name: Set Up NodeJS
175175
uses: actions/setup-node@v2
176176
with:
177-
node-version: '14'
177+
node-version: '18'
178178
- name: Install dependencies
179179
run: npm install -g typescript "vsce" "ovsx"
180180
- run: echo "XML_SERVER_VERSION=$(cat package.json | jq -r .xmlServer.version)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)