Skip to content

Commit e073f8c

Browse files
authored
chore: Bump github actions CI to use Node 20 (#748)
* Lock firebase-tools to v13 and bump actions to use Node 20. * set firebase-tools to latest
1 parent 3773b64 commit e073f8c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
python: ['3.7', '3.8', '3.9', '3.10', 'pypy3.8']
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: Set up Python ${{ matrix.python }}
1616
uses: actions/setup-python@v4
1717
with:
@@ -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 16
26-
uses: actions/setup-node@v1
25+
- name: Set up Node.js 20
26+
uses: actions/setup-node@v4
2727
with:
28-
node-version: 16.x
28+
node-version: 20
2929
- name: Run integration tests against emulator
3030
run: |
3131
npm install -g firebase-tools
@@ -34,7 +34,7 @@ jobs:
3434
lint:
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838
- name: Set up Python 3.7
3939
uses: actions/setup-python@v4
4040
with:

0 commit comments

Comments
 (0)