Skip to content

Commit

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

* refactor: added lockfile version check workflow, updated package-lock

* refactor: updated package-lock along with ci & lockfile version workflow
  • Loading branch information
BilalQamar95 authored Oct 2, 2024
1 parent ee35088 commit 83df46f
Show file tree
Hide file tree
Showing 4 changed files with 1,423 additions and 1,410 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- '3.11'
toxenv: [quality, docs, django42-celery53, pii_check]
node: [18, 20]
continue-on-error: ${{ matrix.node == 20 }}
env:
RUNJSHINT: true
steps:
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/lockfileversion-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#check package-lock file version

name: Check package-lock file version

on:
push:
branches:
- master
pull_request:

jobs:
version-check:
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 83df46f

Please sign in to comment.