Skip to content

Commit dd36b46

Browse files
authored
build: Upgrade to Node 20 (#734)
1 parent bff992a commit dd36b46

File tree

4 files changed

+1642
-3310
lines changed

4 files changed

+1642
-3310
lines changed

.github/workflows/ci.yml

-1
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
steps:
1918
- name: Checkout
2019
uses: actions/checkout@v4

.github/workflows/lockfileversion-check.yml

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
20

0 commit comments

Comments
 (0)