Skip to content

Commit 6c5ab77

Browse files
revert: revert: "test: Remove support for Node 18 (#397)" (#436)
This reverts commit 8ee2356.
1 parent 927ebc3 commit 6c5ab77

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ on: [push, pull_request]
33
jobs:
44
tests:
55
runs-on: ubuntu-latest
6-
strategy:
7-
matrix:
8-
node: [18, 20]
96
steps:
107
- name: Checkout
118
uses: actions/checkout@v4
@@ -14,7 +11,7 @@ jobs:
1411
- name: Setup Nodejs
1512
uses: actions/setup-node@v4
1613
with:
17-
node-version: ${{ matrix.node }}
14+
node-version-file: '.nvmrc'
1815
- name: Install dependencies
1916
run: npm ci
2017
- name: Validate package-lock.json changes

.github/workflows/lockfileversion-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ on:
1010

1111
jobs:
1212
version-check:
13-
uses: openedx/.github/.github/workflows/lockfile-check-v20.yml@master
13+
uses: openedx/.github/.github/workflows/lockfileversion-check-v3.yml@master

0 commit comments

Comments
 (0)