We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d9bb1a commit ae6726bCopy full SHA for ae6726b
.github/workflows/firebase-hosting-merge.yml
@@ -11,6 +11,10 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
+ - name: Set up Node.js 22.x
15
+ uses: actions/setup-node@v3
16
+ with:
17
+ node-version: '22.x'
18
- name: Install dependencies and build
19
run: npm ci && npm run build
20
- name: Run unit tests
.github/workflows/firebase-hosting-pull-request.yml
@@ -13,6 +13,11 @@ jobs:
+ - uses: actions/checkout@v4
21
22
23
0 commit comments