Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

Commit

Permalink
npm install first
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Feb 27, 2021
1 parent a5d2181 commit e02d749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
steps:
- uses: actions/checkout@master
- run: cp .env.example .env
- run: npm install
- run: sudo npm install -g npm-check-updates
- run: npm-check-updates -u
- run: npm install
- name: store-core-version
run: echo CORE_VERSION=`cat package.json | jq -r '.dependencies."@grouparoo/core"'` >> $GITHUB_ENV
- uses: stefanzweifel/git-auto-commit-action@fixes/145
Expand Down

0 comments on commit e02d749

Please # to comment.