We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b2ee7 commit 7e30991Copy full SHA for 7e30991
.github/workflows/firebase-hosting-pull-request.yml
@@ -12,8 +12,8 @@ jobs:
12
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v3
16
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
17
with:
18
node-version-file: '.nvmrc'
19
- run: npm ci && npm run build
0 commit comments