Skip to content

Commit 38aa2ca

Browse files
authored
Merge branch 'develop' into dependabot/npm_and_yarn/husky-8.0.3
2 parents 2da17e1 + f5ab4d9 commit 38aa2ca

File tree

3 files changed

+40
-17
lines changed

3 files changed

+40
-17
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: E2E Tests (Playwright)
7575
run: npm run test:e2e
7676
- name: Store artifacts
77-
uses: actions/upload-artifact@v2
77+
uses: actions/upload-artifact@v3
7878
if: failure()
7979
with:
8080
name: ${{ matrix.os }}-${{ matrix.node-version }}-artifacts

package-lock.json

Lines changed: 38 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"lerna": "^5.5.1",
100100
"lint-staged": "^10.4.0",
101101
"live-server": "^1.2.1",
102-
"mkdirp": "^0.5.1",
102+
"mkdirp": "^3.0.0",
103103
"npm-run-all": "^4.1.5",
104104
"prettier": "^2.5.1",
105105
"rimraf": "^3.0.0",

0 commit comments

Comments
 (0)