We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dcc7c1 commit 84b2423Copy full SHA for 84b2423
.github/workflows/deploy.yml
@@ -11,21 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- 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
+ uses: actions/checkout@v4
29
30
- name: Deploy to Firebase Hosting
31
uses: FirebaseExtended/action-hosting-deploy@v0
0 commit comments