Skip to content

Commit 4bb3678

Browse files
authored
test: Remove support for Node 18 (openedx#1075)
1 parent 5c2951d commit 4bb3678

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ jobs:
1313
- i18n_extract
1414
- lint
1515
- test
16-
node: [18, 20]
1716
steps:
1817
- uses: actions/checkout@v4
1918
- uses: actions/setup-node@v4
2019
with:
21-
node-version: ${{ matrix.node }}
20+
node-version-file: '.nvmrc'
2221
- run: make requirements
2322
- run: make test NPM_TESTS=build
2423
- run: make test NPM_TESTS=${{ matrix.npm-test }}

0 commit comments

Comments
 (0)