Skip to content

Commit

Permalink
Install dependencies during action
Browse files Browse the repository at this point in the history
  • Loading branch information
giggio committed Sep 21, 2023
1 parent 92e5845 commit 2d6a5d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-for-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ permissions:
pull-requests: write

jobs:
action:
check-for-updates:
name: Check for updates
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- run: |
npm ci
./update.js --no-commit
VERSION=`node --eval 'console.log(require("./package.json").version)'`
echo "{NEW_VERSION}={$VERSION}" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 2d6a5d6

Please sign in to comment.