Skip to content

Commit

Permalink
upgrade node to 16 for test-changed-firestore
Browse files Browse the repository at this point in the history
  • Loading branch information
DellaBitta committed Sep 5, 2023
1 parent 345d86f commit ff7a296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-changed-firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
with:
# This makes Actions fetch all Git history so run-changed script can diff properly.
fetch-depth: 0
- name: Set up Node (14)
- name: Set up Node (16)
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16.x
- name: install Chrome stable
run: |
sudo apt-get update
Expand Down

0 comments on commit ff7a296

Please sign in to comment.