Skip to content

Commit 131b6c6

Browse files
authored
build: Upgrade to Node 20 (#597)
* build: Upgrade to Node 20
1 parent bb0e175 commit 131b6c6

File tree

4 files changed

+1436
-3201
lines changed

4 files changed

+1436
-3201
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ jobs:
66
strategy:
77
matrix:
88
node: [18, 20]
9-
continue-on-error: ${{ matrix.node == 20 }}
109
steps:
1110
- name: Checkout
1211
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)