mirror of
https://github.com/balzack/databag.git
synced 2025-03-13 00:50:03 +00:00
Update ci.yml
This commit is contained in:
parent
78792e3edf
commit
7b3c490858
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user