We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 550295f commit e896703Copy full SHA for e896703
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: false
14
matrix:
15
build-type: ['release', 'debug']
16
- node-version: ['16']
+ node-version: ['20', '22']
17
18
steps:
19
- uses: actions/checkout@v4
README.md
@@ -1,6 +1,6 @@
1
# vtquery
2
3
-[](https://travis-ci.com/mapbox/vtquery)
+[](https://github.com/mapbox/vtquery/actions/workflows/test.yml)
4
[](https://github.com/mapbox/node-cpp-skel)
5
6
npm install @mapbox/vtquery
0 commit comments