build: Upgrade to Node 20 (#1443)

* feat: updated node to v20

* fix: updated/resolved failing test

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

* refactor: removed unnecesary eslint ignore & updated ProductTours test
This commit is contained in:
Bilal Qamar
2024-09-06 21:23:07 +05:00
committed by GitHub
parent dc1e9cd2e8
commit ec8b5c5d6e
4 changed files with 2 additions and 45 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@v3
- uses: actions/setup-node@v4