Skip to content

Commit 7e30991

Browse files
committed
update gh workflows
1 parent 91b2ee7 commit 7e30991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/firebase-hosting-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
16-
- uses: actions/setup-node@v3
15+
- uses: actions/checkout@v4
16+
- uses: actions/setup-node@v4
1717
with:
1818
node-version-file: '.nvmrc'
1919
- run: npm ci && npm run build

0 commit comments

Comments
 (0)