|
@@ -31,7 +31,7 @@ jobs:
|
|
|
uses: actions/setup-node@v3
|
|
uses: actions/setup-node@v3
|
|
|
if: steps.changed-files.outputs.any_changed == 'true'
|
|
if: steps.changed-files.outputs.any_changed == 'true'
|
|
|
with:
|
|
with:
|
|
|
- node-version: 16
|
|
|
|
|
|
|
+ node-version: 20
|
|
|
- name: Setup NPM
|
|
- name: Setup NPM
|
|
|
if: steps.changed-files.outputs.any_changed == 'true'
|
|
if: steps.changed-files.outputs.any_changed == 'true'
|
|
|
working-directory: dashboard
|
|
working-directory: dashboard
|