WebAssembly / spec

WebAssembly specification, reference interpreter, and test suite.
https://webassembly.github.io/spec/
Other
3.13k stars 445 forks source link

[ci] Pin nodejs version to avoid fetching failures #1603

Closed aheejin closed 1 year ago

aheejin commented 1 year ago

Exception handling repo's 'build-core-spec' CI started failing suddenly today (2/17/2023) for no apparent reason and is still failing even after merging with the upstream spec: https://github.com/WebAssembly/exception-handling/actions/runs/4208125522/jobs/7303774774

This is a test PR to see if the spec repo has the same issue. Will close this after the CI testing. Do not merge.

aheejin commented 1 year ago

OK we have the same error here as well.. https://github.com/WebAssembly/spec/actions/runs/4208214059/jobs/7303980779

Any ideas on why?

Ms2ger commented 1 year ago

@aheejin looks like pinning the nodejs version helped, so this was likely caused by https://github.com/actions/runner-images/issues/7002.