build: Upgrade to Node 20 (#349)

* build: Upgrade to Node 20

* refactor: updated package-lock

* refactor: updated the lockfile version workflow
This commit is contained in:
Muhammad Anas
2024-09-06 21:23:49 +05:00
committed by GitHub
parent c5d9bfb2f6
commit 567a020061
4 changed files with 1628 additions and 2227 deletions

View File

@@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
node: [18.15, 20]
continue-on-error: ${{ matrix.node == 20 }}
steps:
- name: Checkout
uses: actions/checkout@v3

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