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

migrate CI node from 12 to 16 as 12 is deprecated #753

Merged
merged 1 commit into from
Dec 28, 2022

Conversation

@davidbuzz davidbuzz force-pushed the pr-node-16 branch 5 times, most recently from c93591d to 8748c62 Compare November 23, 2022 13:23
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

also makes the the pretest/s explicit, as there's a bit of recursion in the old tests that needed to go away.
@davidbuzz
Copy link
Contributor Author

there also used to be some recursion in the tests... "npm test" triggered a "pretest" action that would run ./test_gen_js.sh BEFORE the mocha tests, but with a bump in Node version, that no longer worked in CI, so i disabled the pretest and explicitly run it in test.yml first/before the mocha tests. its cleaner this way and more obvious.

@davidbuzz davidbuzz requested a review from khancyr November 23, 2022 13:40
@davidbuzz davidbuzz added the javascript Pull requests that update Javascript code label Nov 23, 2022
@davidbuzz
Copy link
Contributor Author

@hamishwillee , @peterbarker @tridge - jut smamming anyone who might want to click merge... ?

@hamishwillee
Copy link
Contributor

I don't have merge permissions - sorry!

@tridge tridge merged commit 2cffecd into ArduPilot:master Dec 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants