Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit a0c3b15

Browse files
committed
refactor: updated package-lock along with ci & lockfile version workflows
1 parent a490e65 commit a0c3b15

File tree

3 files changed

+216
-218
lines changed

3 files changed

+216
-218
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
strategy:
1515
matrix:
1616
node: [18, 20]
17-
continue-on-error: ${{ matrix.node == 20 }}
1817

1918
steps:
2019
- uses: actions/checkout@v3

.github/workflows/lockfileversion-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ on:
1111

1212
jobs:
1313
version-check:
14-
uses: openedx/.github/.github/workflows/lockfile-check-v20.yml@master
14+
uses: openedx/.github/.github/workflows/lockfileversion-check-v3.yml@master

0 commit comments

Comments
 (0)