Skip to content

Commit

Permalink
update gh workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mentalcaries committed Oct 19, 2024
1 parent 91b2ee7 commit 7e30991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: npm ci && npm run build
Expand Down

0 comments on commit 7e30991

Please sign in to comment.