Skip to content

Commit

Permalink
Update firebase-hosting-merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yhimanshu22 authored Jul 14, 2024
1 parent 9964651 commit 8cbcddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build_and_deploy:
runs-on: 16-alpine
runs-on: ubuntu-latest

steps:
- name: Checkout repository
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '17'
node-version: '14'

- name: Set Node.js options
run: export NODE_OPTIONS=--openssl-legacy-provider
Expand Down

0 comments on commit 8cbcddf

Please sign in to comment.