build: Upgrade to Node 24
This commit is contained in:
committed by
Adolfo R. Brandes
parent
102288407f
commit
77f66f3afb
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -14,12 +14,11 @@ jobs:
|
||||
- i18n_extract
|
||||
- lint
|
||||
- test
|
||||
continue-on-error: ${{ matrix.node == 24 }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
node-version-file: '.nvmrc'
|
||||
- run: make requirements
|
||||
- run: make test NPM_TESTS=build
|
||||
- run: make test NPM_TESTS=${{ matrix.npm-test }}
|
||||
|
||||
Reference in New Issue
Block a user