diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index b5eb1f7..85f4595 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v2 - name: Setup node env - uses: actions/setup-node@v2.5.1 + uses: actions/setup-node@v3.5.0 with: node-version: 14 diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index e95db12..7006ece 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v2 - name: Setup node env - uses: actions/setup-node@v2.5.1 + uses: actions/setup-node@v3.5.0 with: node-version: 14