Skip to content

Commit de7e222

Browse files
committed
Fix CI not running after renaming main branch
1 parent bc5043b commit de7e222

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/firebase-hosting-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy to Firebase Hosting on merge
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
jobs:
77
build_and_deploy:
88
env:
@@ -24,11 +24,11 @@ jobs:
2424
- name: Install Node
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: lts/*
27+
node-version: 22
2828
- name: Install pnpm and dependencies
2929
uses: pnpm/action-setup@v4
3030
with:
31-
version: 9
31+
version: 10
3232
run_install: true
3333
- name: Run unit tests
3434
run: pnpm test:unit

0 commit comments

Comments
 (0)