Skip to content

Commit

Permalink
build: Upgrade to Node 20 (#1090)
Browse files Browse the repository at this point in the history
* feat: updated node to v20

* refactor: updated package-lock

* refactor: updated package-lock

* refactor: updated lockfile version check workflow

* refactor: updated package-lock along with ci & lockfile version workflows

* refactor: updated lockfile version workflow
  • Loading branch information
BilalQamar95 committed Aug 29, 2024
1 parent f81ec95 commit 14f1cfd
Show file tree
Hide file tree
Showing 4 changed files with 2,003 additions and 4,091 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
- lint
- test
node: [18, 20]
continue-on-error: ${{ matrix.node == 20 }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/lockfileversion-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ on:

jobs:
version-check:
uses: openedx/.github/.github/workflows/lockfile-check.yml@master

uses: openedx/.github/.github/workflows/lockfileversion-check-v3.yml@master
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
Loading

0 comments on commit 14f1cfd

Please sign in to comment.