From 1f0c794df8d308679aca8d30116cf933af1ee2fc Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Tue, 3 Dec 2024 18:25:31 +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 4f07d2e6..1cb11dd4 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "pelias-dbclient": "^3.1.0", "pelias-logger": "^1.2.1", "pelias-model": "^10.0.0", - "pelias-wof-admin-lookup": "^7.8.0", + "pelias-wof-admin-lookup": "^7.11.0", "through2": "^3.0.0", "through2-sink": "^1.0.0" }, From eb790a9f23d3d981c3bff8bf6554cf1b25c12808 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Tue, 3 Dec 2024 18:25:33 +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 f3f1f859..6efcedce 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 }}'