We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add CI checking for node version > 10.x and <= 14.x. Currently, CI checks only node 14.x since dev.Dockerfile is based on node 14.
dev.Dockerfile
Add workflow that checks for node 10.x, 11.x, 12.x, 13.x, 14.x
The text was updated successfully, but these errors were encountered:
Probably best solution to use a arg variable to tag the node version in each run of the CI action workflow. See branch refactor/prepare-dockerfile-ci.
arg
refactor/prepare-dockerfile-ci
Sorry, something went wrong.
No branches or pull requests
Add CI checking for node version > 10.x and <= 14.x.
Currently, CI checks only node 14.x since
dev.Dockerfile
is based on node 14.Add workflow that checks for node 10.x, 11.x, 12.x, 13.x, 14.x
The text was updated successfully, but these errors were encountered: