Skip to content

Commit

Permalink
fix used volta action version (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: Kangrui Ye <[email protected]>
  • Loading branch information
strawberry-choco authored Aug 29, 2022
1 parent c8c26be commit 8af273a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: volta-cli/action@v1
- uses: volta-cli/action@v2.0.2
- name: Install
run: npm ci
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: volta-cli/action@v1
- uses: volta-cli/action@v2.0.2
with:
registry-url: 'https://registry.npmjs.org'
- name: Install
Expand Down

0 comments on commit 8af273a

Please sign in to comment.