Skip to content

Commit

Permalink
build: upgrade to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-smith-tcril committed Oct 1, 2024
1 parent 43f0b2b commit 299a6a5
Show file tree
Hide file tree
Showing 4 changed files with 4,952 additions and 6,685 deletions.
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
1 change: 0 additions & 1 deletion .github/workflows/node-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
Expand Down
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 299a6a5

Please sign in to comment.