stevedlawrence commented on code in PR #1010:
URL: https://github.com/apache/daffodil-vscode/pull/1010#discussion_r1583330714
##########
.github/workflows/CI.yml:
##########
@@ -134,6 +134,10 @@ jobs:
os: [ macos-12, ubuntu-20.04, windows-2019 ]
node: [ '16', '18' ]
vscode: [ 'stable' ]
+ # latest version of daffodil doesn't seem to work on windows-2019
running node 18
+ exclude:
+ - os: windows-2019
+ node: 18
Review Comment:
A separate PR sounds good to me.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]