Skip to content

Commit ba9df79

Browse files
committed
👷 bump node version
1 parent 4465228 commit ba9df79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
with:
1212
python-version: '3.10'
1313
cache: 'pip'
14-
- uses: actions/setup-node@v3
14+
- uses: actions/setup-node@v4
1515
with:
16-
node-version: '16'
16+
node-version: '20'
1717
cache: 'yarn'
1818
- name: Install dependencies
1919
run: |

0 commit comments

Comments
 (0)