Update ci.yml

This commit is contained in:
Pierre Balzack 2024-04-24 13:33:46 -07:00 committed by GitHub
parent 71c65efa20
commit f5b43fef53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,9 +14,9 @@ jobs:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v4
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Build React
run: |