Skip to content

Commit 84b2423

Browse files
committed
fix: flow
1 parent 1dcc7c1 commit 84b2423

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v3
15-
16-
- name: Setup Node.js
17-
uses: actions/setup-node@v3
18-
with:
19-
node-version: '18' # Change to your project's Node.js version if needed
20-
cache: 'npm'
21-
22-
- name: Install dependencies
23-
run: npm ci
24-
# If you use yarn instead of npm, replace with: run: yarn install --frozen-lockfile
25-
26-
- name: Build
27-
run: npm run build
28-
# If you use a different build command, replace with your command, e.g.: run: npm run prod
14+
uses: actions/checkout@v4
2915

3016
- name: Deploy to Firebase Hosting
3117
uses: FirebaseExtended/action-hosting-deploy@v0

0 commit comments

Comments
 (0)