Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeenciu committed Sep 2, 2023
1 parent 5a11d72 commit 0378c20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'

- name: Install dependencies
run: npm install
- name: Install Playwright Browsers
run: npx playwright install --with-deps

- name: Build
run: npm run build
Expand Down

0 comments on commit 0378c20

Please sign in to comment.