|
|
|
@ -7,12 +7,12 @@ jobs: |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
# Checkout the current repo |
|
|
|
# Checkout the current repo |
|
|
|
- name: Checkout current repository |
|
|
|
- name: Checkout current repository |
|
|
|
uses: actions/checkout@v3 |
|
|
|
uses: actions/checkout@v4 |
|
|
|
# Setup NodeJS version 14 |
|
|
|
# Setup NodeJS version 16 |
|
|
|
- name: Setup NodeJS V14.x.x |
|
|
|
- name: Setup NodeJS V16.x.x |
|
|
|
uses: actions/setup-node@v3 |
|
|
|
uses: actions/setup-node@v3 |
|
|
|
with: |
|
|
|
with: |
|
|
|
node-version: '14' |
|
|
|
node-version: '16' |
|
|
|
# CD into the current client directory and lint and build the client |
|
|
|
# CD into the current client directory and lint and build the client |
|
|
|
- name: Lint and Build the client |
|
|
|
- name: Lint and Build the client |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
|