Skip to content

Commit 855c11c

Browse files
committed
Test node 22
1 parent b54c30f commit 855c11c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ jobs:
269269
if: steps.ninja-build-cache.outputs.cache-hit != 'true'
270270
uses: actions/setup-python@v5
271271
with:
272-
python-version: '3.10'
272+
python-version: "3.10"
273273

274274
- name: Setup MSVC for ninja build (Windows)
275275
if: steps.ninja-build-cache.outputs.cache-hit != 'true' && runner.os == 'Windows'
@@ -312,6 +312,11 @@ jobs:
312312
- name: Run tests
313313
run: node scripts/test.js -all
314314

315+
- name: Use Node 22
316+
uses: actions/setup-node@v4
317+
with:
318+
node-version: 22
319+
315320
- name: Docstrings tests
316321
# Ignore functions that are not available on Node 18
317322
run: node tests/docstrings_examples/DocTest.res.mjs --ignore-runtime-tests "Array.toReversed, Array.toSorted, Promise.withResolvers, Set.union, Set.isSupersetOf, Set.isSubsetOf, Set.isDisjointFrom, Set.intersection, Set.symmetricDifference, Set.difference"

0 commit comments

Comments
 (0)