Skip to content

Commit

Permalink
Upgrade to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
dibarbet committed Aug 14, 2023
1 parent 4c022ca commit cfec1f7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

First install:

* Node.js ([v16.16 LTS](https://nodejs.org/en/blog/release/v16.16.0) is recommended).
* Npm (The version shipped with node is fine, for example for v16.16.0 it would be 8.19.2)
* Node.js ([v18.17.0 LTS](https://nodejs.org/de/blog/release/v18.17.0) is recommended).
* Npm (The version shipped with node is fine)
* .NET 7.0 SDK (dotnet should be on your path)

### Build and run the extension
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ stages:
prereleaseFlag: $(prereleaseFlag)
pool:
name: NetCore1ESPool-Internal
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64
demands: ImageOverride -equals Build.Ubuntu.2204.Amd64

# TODO: add compliance, signing.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ stages:
prereleaseFlag: $(prereleaseFlag)
pool:
name: NetCore-Public
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open
demands: ImageOverride -equals Build.Ubuntu.2204.Amd64.Open

- stage: Test
displayName: Test
Expand All @@ -38,7 +38,7 @@ stages:
strategy:
matrix:
linux:
demandsName: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open
demandsName: ImageOverride -equals Build.Ubuntu.2204.Amd64.Open
pool:
name: NetCore-Public
demands: $(demandsName)
Expand Down
6 changes: 3 additions & 3 deletions azure-pipelines/prereqs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ steps:
- task: NuGetAuthenticate@1

- task: NodeTool@0
displayName: 'Install Node.js 16.x'
displayName: 'Install Node.js 18.x'
inputs:
versionSpec: '16.x'
versionSpec: '18.x'

- task: UseDotNet@2
displayName: 'Install .NET Core SDKs'
inputs:
version: '7.0.100'
version: '7.x'

# Set the CI build number to the VSIX version we're creating from this build.
- script: |
Expand Down

0 comments on commit cfec1f7

Please sign in to comment.