Skip to content

Commit b3799d5

Browse files
authored
[test] Fix CI (#1091)
1 parent 27845ff commit b3799d5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ pr:
88
- "*"
99

1010
pool:
11-
vmImage: "ubuntu-20.04"
11+
vmImage: "ubuntu-latest"
1212

1313
# TODO we don't actually need this for karma or cypress tests
1414
# but it let's us use a single job. No need to split up jobs yet
1515
strategy:
1616
matrix:
17-
# EOL: 2025-04-30
18-
node_18_x:
19-
node_version: 18.x
2017
# EOL: 2026-04-30
2118
node_20_x:
2219
node_version: 20.x
20+
# EOL: 2028-04-30
21+
node_24_x:
22+
node_version: 24.x
2323

2424
steps:
25-
25+
- task: UseNode@1
2626
inputs:
27-
versionSpec: $(node_version)
27+
version: $(node_version)
2828
displayName: "Install Node.js"
2929

3030
- script: |

0 commit comments

Comments
 (0)