diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index f3f1f85..6efcedc 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -7,7 +7,7 @@ jobs: matrix: os: - ubuntu-22.04 - node-version: [ 18.x, 20.x ] + node-version: [ 18.x, 20.x, 22.x ] steps: - uses: actions/checkout@v4 - name: 'Install node.js ${{ matrix.node-version }}' diff --git a/package.json b/package.json index a0a9999..78788eb 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "pelias-config": "^4.0.0", "pelias-logger": "^1.2.1", "pelias-microservice-wrapper": "^1.2.1", - "pelias-whosonfirst": "^5.0.0", + "pelias-whosonfirst": "^7.2.0", "polygon-lookup": "^2.1.0", "request": "^2.83.0", "simplify-js": "^1.2.1",