Skip to content

Commit 3a5edb5

Browse files
author
FreshPass
committed
Upgrade to Node.js 20, fix vulnerabilities, and replace Unsplash images
1 parent d416795 commit 3a5edb5

6 files changed

Lines changed: 196 additions & 207 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414

1515
- name: Setup Node.js
16-
uses: actions/setup-node@v3
16+
uses: actions/setup-node@v4
1717
with:
18-
node-version: '18'
18+
node-version: '20'
1919
cache: 'npm'
2020

2121
- name: Install dependencies

components/AirportLoungeCaseStudy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default function AirportLoungeCaseStudy() {
2121
<PageHero
2222
title="Seamless Airport Lounge Wi-Fi Beyond SIM Limitations"
2323
subtitle="How FreshPass bridges connectivity gaps for international travelers using enterprise-grade infrastructure"
24-
backgroundImage="https://images.unsplash.com/photo-1436491865332-7a61a109cc05?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80"
24+
backgroundImage="https://picsum.photos/2000/800?random=2"
2525
showLogo={false}
2626
/>
2727

components/CaseStudyContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default function CaseStudyContent() {
2121
<PageHero
2222
title="Frictionless Hotel Wi-Fi With Secure QR Codes"
2323
subtitle="How FreshPass enables seamless Wi-Fi onboarding in hospitality using Meraki IPSK—no RADIUS required"
24-
backgroundImage="https://images.unsplash.com/photo-1566073771259-6a8506099945?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80"
24+
backgroundImage="https://picsum.photos/2000/800?random=1"
2525
showLogo={false}
2626
/>
2727

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.

0 commit comments

Comments
 (0)