From 767fe21a613b05710b9bb164ecb3c1ba299458e8 Mon Sep 17 00:00:00 2001 From: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com> Date: Wed, 25 Sep 2024 16:12:53 +0500 Subject: [PATCH] build: Upgrade to Node 20 --- .github/workflows/ci.yml | 1 - .github/workflows/lockfileversion-check.yml | 13 +++++++++++++ .nvmrc | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/lockfileversion-check.yml 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