Skip to content

Commit

Permalink
Making change to the github action for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
David Fekke authored and David Fekke committed Dec 9, 2023
1 parent ea6e2df commit 1f62a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejspublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20
- run: npm ci
- run: npm test
- uses: akhileshns/[email protected].12 # This is the action
- uses: akhileshns/[email protected].14 # This is the action
with:
dontuseforce: 1
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
Expand Down

0 comments on commit 1f62a74

Please sign in to comment.