Skip to content

Commit 6ee8528

Browse files
chore: Update Node.js version in CI workflow (#602)
* chore: Update Node.js version in CI workflow - Firebase CLI dropped support for Node.js 10. Updating the Node.js version to 12 for emulator test setup. * Update ci.yml Update the version to current LTS 16
1 parent 684bd24 commit 6ee8528

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
pip install -r requirements.txt
2323
- name: Test with pytest
2424
run: pytest
25-
- name: Set up Node.js 10
25+
- name: Set up Node.js 16
2626
uses: actions/setup-node@v1
2727
with:
28-
node-version: 10.x
28+
node-version: 16.x
2929
- name: Run integration tests against emulator
3030
run: |
3131
npm install -g firebase-tools

0 commit comments

Comments
 (0)