shanedell commented on code in PR #1119:
URL: https://github.com/apache/daffodil-vscode/pull/1119#discussion_r1811288958
##########
.github/workflows/nightly.yml:
##########
@@ -23,11 +23,11 @@ on:
jobs:
build-test-package:
- name: 'Build, Test, and Package (OS: ${{ matrix.os }}, Node: ${{
matrix.node }}, Java: ${{ matrix.java_version }}, VS Code: ${{ matrix.vscode }}
)'
+ name: 'Build, Test, and Package (OS: ${{ matrix.os }}, Node: ${{
matrix.node }}, Java: ${{ matrix.java_version }}, VS Code: ${{ matrix.vscode
}})'
strategy:
matrix:
os: [ macos-12, ubuntu-20.04, windows-2019, macos-latest,
ubuntu-latest, windows-latest ]
- node: [ '16', '18.20.1' ] # version 18.20.2 (current latest of 18) is
broken on windows
Review Comment:
Add 16 back, nodejs 16 is our minimal supported version so we want to make
sure to test it in CI.
--
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]