Skip to content

Commit

Permalink
volta in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lusito committed Jun 7, 2024
1 parent 117b49b commit 0d37d34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: volta-cli/action@v4
- name: Install
run: npm ci
- name: Build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: volta-cli/action@v4
- name: Install
run: npm ci
- name: Build
Expand Down

0 comments on commit 0d37d34

Please sign in to comment.