Skip to content

Commit f503d89

Browse files
committed
update principal dates
1 parent 646f149 commit f503d89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/server-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: build
3535
run: npm install && npm run build
3636
- name: deploy
37-
uses: w9jds/firebase-action@master
37+
uses: w9jds/firebase-action@v13.13.2
3838
with:
3939
args: deploy --only hosting
4040
env:
@@ -94,4 +94,4 @@ jobs:
9494
run: npm run reindex
9595

9696
- name: deploy
97-
run: "gcloud functions deploy api --trigger-http --runtime nodejs18 --memory=1024MB --timeout=1m --project=dev-tube --no-gen2"
97+
run: "gcloud functions deploy api --trigger-http --runtime nodejs20 --memory=1024MB --timeout=1m --project=dev-tube --no-gen2"

vue/src/Banner.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<p class="super-text">
1414
<a class="super-link" href="https://principal.dev">The Principal Dev – Masterclass for Tech Leads</a>
15-
July 17-18
15+
28-29 May
1616
</p>
1717
<a class="super-cta-button" href="https://principal.dev">Join →</a>
1818
</div>

0 commit comments

Comments
 (0)