Skip to content

Commit

Permalink
No need to install node for npm-publish jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Nov 11, 2022
1 parent 0b957f8 commit b7c1fbe
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/publish-release.yml
Expand Up @@ -36,11 +36,6 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.sha }}
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: yarn
- uses: actions/cache@v3
with:
path: |
Expand All @@ -61,11 +56,6 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.sha }}
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: yarn
- uses: actions/cache@v3
with:
path: |
Expand Down

0 comments on commit b7c1fbe

Please sign in to comment.