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
For the moment we only make our tests run on node version Ubuntu is using (which is 12).
We should test that our package work on the most popular node versions (i.e: at least 12 and 14)
Using dockers containers
your_job: runs-on: ubuntu-latest container: node:10.9
or
name: Use Node.js ${{ node-version }} uses: actions/setup-node@v1 with: node-version: ${{ node-version }}
But beware, it happened multiple times that download from node became really slow ([1][2]).
The text was updated successfully, but these errors were encountered:
Closed with #584
Sorry, something went wrong.
No branches or pull requests
For the moment we only make our tests run on node version Ubuntu is using (which is 12).
We should test that our package work on the most popular node versions (i.e: at least 12 and 14)
How
Using dockers containers
or
But beware, it happened multiple times that download from node became really slow ([1][2]).
The text was updated successfully, but these errors were encountered: