Skip to content

Commit

Permalink
GH actions docs say ubuntu image has nvm, but apparently not...
Browse files Browse the repository at this point in the history
  • Loading branch information
iostat committed Sep 8, 2023
1 parent a33b691 commit 7286f77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Expand Up @@ -14,9 +14,12 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
- name: setup node
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
- name: run tests
run: |
nvm use
npm install
npm run build
npm run test
5 changes: 4 additions & 1 deletion .github/workflows/tidy.yml
Expand Up @@ -15,8 +15,11 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
- name: setup node
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
- name: run tidy
run: |
nvm use
npm install
npm run tidy-check

0 comments on commit 7286f77

Please sign in to comment.