Skip to content

Commit 38afad2

Browse files
authored
build: Upgrade to Node 20 (#34)
* feat: updated node to v20 * refactor: updated package-lock & lockfile version check workflow * refactor: updated package-lock along with ci & lockfile version workflows
1 parent e28aaa2 commit 38afad2

File tree

4 files changed

+1622
-1619
lines changed

4 files changed

+1622
-1619
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
strategy:
1010
matrix:
1111
node: [18, 20]
12-
continue-on-error: ${{ matrix.node == 20 }}
1312

1413
steps:
1514
- name: Checkout

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