Skip to content

Commit c7222e4

Browse files
ErioldDaniel Montoya
andauthored
Renovate/node18 (#597)
* feat(update): change versions of vite, node, react and all librarys * feat(artifact): test correction path --------- Co-authored-by: Daniel Montoya <daniel.montoya@eclass.cl>
1 parent 38de1c6 commit c7222e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/upload-artifact@v3
3636
with:
3737
name: package-lock
38-
path: package-lock.json
38+
path: ./package-lock.json
3939
release:
4040
if: github.ref == 'refs/heads/main'
4141
needs: test
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/download-artifact@v3
5858
with:
5959
name: package-lock
60-
path: package-lock.json
60+
path: ./package-lock.json
6161
- name: Clean node_modules after regenerate
6262
run: rm -rf node_modules
6363
- name: Clean install on CI
@@ -97,7 +97,7 @@ jobs:
9797
uses: actions/download-artifact@v3
9898
with:
9999
name: package-lock
100-
path: package-lock.json
100+
path: ./package-lock.json
101101
- name: Clean node_modules after regenerate
102102
run: rm -rf node_modules
103103
- name: Clean install on CI

0 commit comments

Comments
 (0)