Skip to content

Commit e896703

Browse files
committed
test on node 20 and 22
1 parent 550295f commit e896703

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
build-type: ['release', 'debug']
16-
node-version: ['16']
16+
node-version: ['20', '22']
1717

1818
steps:
1919
- uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vtquery
22

3-
[![Build Status](https://travis-ci.com/mapbox/vtquery.svg?branch=master)](https://travis-ci.com/mapbox/vtquery)
3+
[![Build Status](https://github.com/mapbox/vtquery/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/mapbox/vtquery/actions/workflows/test.yml)
44
[![node-cpp-skel](https://raw.githubusercontent.com/mapbox/cpp/master/assets/node-cpp-skel-badge_blue.svg)](https://github.com/mapbox/node-cpp-skel)
55

66
npm install @mapbox/vtquery

0 commit comments

Comments
 (0)