Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit db01cde

Browse files
authored
build: Upgrade to Node 20 (#194)
* feat: updated node to v20 * refactor: updated package-lock & lockfile version check workflow * refactor: updated package-lock along with ci & lockfile version workflows
1 parent 9a1eab6 commit db01cde

File tree

4 files changed

+2243
-4144
lines changed

4 files changed

+2243
-4144
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
strategy:
1515
matrix:
1616
node: [18, 20]
17-
continue-on-error: ${{ matrix.node == 20 }}
1817

1918
steps:
2019
- uses: actions/checkout@v3

.github/workflows/lockfileversion-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ on:
1111

1212
jobs:
1313
version-check:
14-
uses: openedx/.github/.github/workflows/lockfile-check.yml@master
14+
uses: openedx/.github/.github/workflows/lockfileversion-check-v3.yml@master

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
20

0 commit comments

Comments
 (0)