Skip to content

Commit

Permalink
revert: revert: "test: Remove support for Node 18 (#397)" (#436)
Browse files Browse the repository at this point in the history
This reverts commit 8ee2356.
  • Loading branch information
brian-smith-tcril authored Nov 1, 2024
1 parent 927ebc3 commit 6c5ab77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 20]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -14,7 +11,7 @@ jobs:
- name: Setup Nodejs
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
node-version-file: '.nvmrc'
- name: Install dependencies
run: npm ci
- name: Validate package-lock.json changes
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-v20.yml@master
uses: openedx/.github/.github/workflows/lockfileversion-check-v3.yml@master

0 comments on commit 6c5ab77

Please sign in to comment.