Skip to content

Commit

Permalink
Updated yaml actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SahilMak committed Mar 26, 2024
1 parent fa12292 commit c7fc5eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- name: Deploy to Heroku
# You may pin to the exact commit or the version.
uses: AkhileshNS/heroku-deploy@v3.12.12
uses: AkhileshNS/heroku-deploy@v3.13.15
with:
# This will be used for authentication. You can find it in your heroku homepage account settings
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
Expand Down

0 comments on commit c7fc5eb

Please sign in to comment.