Skip to content

Commit

Permalink
update ci node version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Popotojs committed Jun 29, 2024
1 parent 3848388 commit e2e4130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 20
cache: "npm"
- name: Install Firebase Emulator Suite
run: npm install -g [email protected]
Expand Down

0 comments on commit e2e4130

Please sign in to comment.