Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: update node versions in tests #210

Merged
merged 2 commits into from Apr 29, 2022

Conversation

amchiclet
Copy link
Contributor

Related to #170, but doesn't completely fix it yet because node 18 tests are still failing. Here's the upstream tracking issue for source-map.

Updated workflow YAML file to test versions 12, 14, 16, 17, and 18. I needed to disable the fail-fast option; otherwise, any other test would be cancelled as soon as v18 fails.

Prebuilt binary tests depend on node-pre-gyp which only supports up to version 16 now, so version 17 and 18 aren't included in prebuilt binary tests.

Kokoro tests are also expected to fail for version 18, so for now will just make sure from the logs that the only failing test is for version 18 and the remaining versions pass.

system-test/system_test.sh Outdated Show resolved Hide resolved
.github/workflows/ci.yaml Show resolved Hide resolved
tools/build/build.sh Outdated Show resolved Hide resolved
@nolanmar511
Copy link
Contributor

nolanmar511 commented Apr 29, 2022

Another option might be to drop tests for Node 18 until we're positioned to support Node 18. (Your call on what the right path forward is)

@amchiclet amchiclet merged commit fa4f57f into google:main Apr 29, 2022
@amchiclet
Copy link
Contributor Author

Tests are passing except for node 18 which is expected. Going to force merge this one, and will potentially work on another PR to workaround the node 18 issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants