Skip to content

Commit 163c655

Browse files
authored
feat: fix CI by upgrading Node version (#220)
1 parent f01b86e commit 163c655

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/openactive-test-suite.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)