Skip to content

Commit

Permalink
make sure we run tests with v20.6+
Browse files Browse the repository at this point in the history
  • Loading branch information
iostat committed Sep 8, 2023
1 parent d875e0c commit a33b691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Expand Up @@ -16,6 +16,7 @@ jobs:
submodules: recursive
- name: run tests
run: |
nvm use
npm install
npm run build
npm run test
1 change: 1 addition & 0 deletions .github/workflows/tidy.yml
Expand Up @@ -17,5 +17,6 @@ jobs:
submodules: recursive
- name: run tidy
run: |
nvm use
npm install
npm run tidy-check

0 comments on commit a33b691

Please sign in to comment.