diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 599b9af0..943ef4b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,6 @@ jobs: strategy: matrix: node: [18, 20] - continue-on-error: ${{ matrix.node == 20 }} steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/lockfileversion-check.yml b/.github/workflows/lockfileversion-check.yml new file mode 100644 index 00000000..916dcb40 --- /dev/null +++ b/.github/workflows/lockfileversion-check.yml @@ -0,0 +1,13 @@ +#check package-lock file version + +name: Lockfile Version check + +on: + push: + branches: + - master + pull_request: + +jobs: + version-check: + uses: openedx/.github/.github/workflows/lockfileversion-check-v3.yml@master diff --git a/.nvmrc b/.nvmrc index 25bf17fc..209e3ef4 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18 \ No newline at end of file +20