Skip to content

Commit

Permalink
build: Upgrade to Node 20 (#47)
Browse files Browse the repository at this point in the history
### Description

- Regenerated `package-lock.json` with node `v20` and NPM `10`.
- Updated `.nvmrc` to `v20`
- Updated the `lockfile` version check workflow 

Second step in the Node 20 upgrade process, See [the tracking
issue](#45) for
further information.
  • Loading branch information
BilalQamar95 authored Sep 19, 2024
1 parent e436503 commit a2fe4ec
Show file tree
Hide file tree
Showing 5 changed files with 2,310 additions and 834 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:
strategy:
matrix:
node: [18, 20]
continue-on-error: ${{ matrix.node == 20 }}
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lockfileversion-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +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 a2fe4ec

Please sign in to comment.