Update ci.yml

This commit is contained in:
Pierre Balzack 2025-03-09 22:41:10 -07:00 committed by GitHub
parent 78792e3edf
commit 7b3c490858
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Build React
run: |
@ -43,7 +43,7 @@ jobs:
- name: Jest Setup
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Jest ReactJs
run: |