Skip to content

Commit 5e8c825

Browse files
authored
build: Upgrade to Node 20 (#734)
* feat: updated node to v20 * refactor: updated package-lock along with ci & lockfile version workflows * refactor: updated lockfile version workflow * refactor: updated package-lock
1 parent 0d6692c commit 5e8c825

File tree

4 files changed

+3301
-2005
lines changed

4 files changed

+3301
-2005
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)