Skip to content

Commit 1ac78e2

Browse files
authored
Merge pull request #1267 from raccoongang/Artur_Filippovskii/node24-upgrade-3
test: Remove support for Node 20
2 parents 3f71ade + 2867ea6 commit 1ac78e2

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: [20, 24]
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)