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

chore: switching from travis to github actions #84

Merged
merged 1 commit into from Mar 22, 2022

Conversation

martinheidegger
Copy link
Contributor

@martinheidegger martinheidegger commented Mar 21, 2022

For better visibility of the ci tests run.

Also updates the node versions from 4 ~ 17 with lts/*.

Successful run here: https://github.com/martinheidegger/protocol-buffers/actions/runs/2015499159

runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['lts/*', 17, 16, 14, 12, 10, 8, 6, 4]
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just do lts

@martinheidegger martinheidegger force-pushed the gh-actions branch 2 times, most recently from 4a72106 to 249f805 Compare March 22, 2022 14:56
@martinheidegger
Copy link
Contributor Author

lts doesnt work 😢 https://github.com/martinheidegger/protocol-buffers/actions/runs/2023116063
Reverted back to lts/*

@mafintosh
Copy link
Owner

mafintosh commented Mar 22, 2022

Sorry I meant, don't run on anything other than lts/*

@martinheidegger
Copy link
Contributor Author

@mafintosh mafintosh merged commit 125ff4d into mafintosh:master Mar 22, 2022
@mafintosh
Copy link
Owner

meeeeeeerged

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