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

Create tests on multiple version of node (12, 14, ..) #322

Closed
bidoubiwa opened this issue Apr 28, 2020 · 1 comment
Closed

Create tests on multiple version of node (12, 14, ..) #322

bidoubiwa opened this issue Apr 28, 2020 · 1 comment

Comments

@bidoubiwa
Copy link
Contributor

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

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]).

@curquiza
Copy link
Member

Closed with #584

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

No branches or pull requests

2 participants