From 995ace23aabfced1358549174f3c811a239bac13 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Tue, 3 Dec 2024 18:26:58 +0100 Subject: [PATCH 1/2] feat(deps): Update pelias-wof-admin-lookup to v7.11.0 This adds support for Node.js 22. It also standardizes our wof-admin-lookup dependency version across importers, it had drifted a bit. https://github.com/pelias/pelias/issues/950 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c99378..49b3729 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "pelias-dbclient": "^3.1.0", "pelias-logger": "^1.3.0", "pelias-model": "^10.0.0", - "pelias-wof-admin-lookup": "^7.8.0", + "pelias-wof-admin-lookup": "^7.11.0", "through2": "^3.0.0", "through2-filter": "^3.0.0", "through2-map": "^3.0.0", From 947d7c86e2254f88826a3d1b821c4b4f448307bc Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Tue, 3 Dec 2024 18:26:58 +0100 Subject: [PATCH 2/2] CI: Add Node.js 22 to CI --- .github/workflows/_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}'