Skip to content

Commit 10f9d7c

Browse files
authored
build: Upgrade to Node 20 (#471)
1 parent 6b3a49c commit 10f9d7c

File tree

4 files changed

+9618
-11078
lines changed

4 files changed

+9618
-11078
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
strategy:
1313
matrix:
1414
node: [18, 20]
15-
continue-on-error: ${{ matrix.node == 20 }}
1615
steps:
1716
- name: Checkout
1817
uses: actions/checkout@v4

.github/workflows/lockfileversion-check.yml

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

1111
jobs:
1212
version-check:
13-
uses: openedx/.github/.github/workflows/lockfile-check.yml@master
13+
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)