Skip to content

Commit

Permalink
Update node build/release process for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
talk2MeGooseman committed Aug 22, 2021
1 parent 1da0e14 commit a47ae7f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 'lts/*'
registry-url: 'https://registry.npmjs.org'
cache: 'yarn'
- name: yarn install
run: |
yarn install
Expand Down

0 comments on commit a47ae7f

Please sign in to comment.