build: Upgrade to Node 20 (#1209)

* feat: updated node to v20

* refactor: updated package-lock along with ci & lockfile version workflows

* refactor: updated lockfile version workflow
This commit is contained in:
Bilal Qamar
2024-08-29 21:08:30 +05:00
committed by GitHub
parent 48e0ec1f70
commit 1e7e3e7036
4 changed files with 2939 additions and 5158 deletions

View File

@@ -10,4 +10,4 @@ on:
jobs:
version-check:
uses: openedx/.github/.github/workflows/lockfile-check.yml@master
uses: openedx/.github/.github/workflows/lockfileversion-check-v3.yml@master

View File

@@ -12,7 +12,6 @@ jobs:
strategy:
matrix:
node: [18, 20]
continue-on-error: ${{ matrix.node == 20 }}
steps:
- uses: actions/checkout@v4