Skip to content

Commit db9fb77

Browse files
authored
build: Upgrade to Node 20 (#89)
1 parent b37f69c commit db9fb77

File tree

6 files changed

+5306
-6814
lines changed

6 files changed

+5306
-6814
lines changed

.github/workflows/ci.yml

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

1716
steps:
1817
- name: Checkout

.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)