File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ jobs:
6363 uses : actions/setup-dotnet@v1
6464 with :
6565 dotnet-version : 3.1.419
66- - name : Setup Node.js 14.x
66+ - name : Setup Node.js 18.17.1
6767 uses : actions/setup-node@v1
6868 with :
69- node-version : 14.x
69+ node-version : 18.17.1
7070 - name : Install OpenActive.Server.NET dependencies
7171 if : ${{ matrix.profile != 'no-auth' && matrix.profile != 'single-seller' }}
7272 run : dotnet restore ./server/
@@ -136,10 +136,10 @@ jobs:
136136 repository : openactive/openactive-test-suite
137137 ref : ${{ steps.refs.outputs.mirror_ref }}
138138 path : tests
139- - name : Setup Node.js 14.x
139+ - name : Setup Node.js 18.17.1
140140 uses : actions/setup-node@v1
141141 with :
142- node-version : 14.x
142+ node-version : 18.17.1
143143 - name : Setup MSBuild path
144144 uses : microsoft/setup-msbuild@v1.0.2
145145 - name : Setup NuGet
You can’t perform that action at this time.
0 commit comments