From a47aa9e69762bc03d110f3b4111a1b8bea02a1b5 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Tue, 3 Dec 2024 18:26:22 +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 5d22329..90f60a2 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "pelias-dbclient": "^3.1.0", "pelias-logger": "^1.4.1", "pelias-model": "^10.0.0", - "pelias-wof-admin-lookup": "^7.3.0", + "pelias-wof-admin-lookup": "^7.11.0", "request": "^2.34.0", "split2": "^4.1.0", "through2": "^3.0.0", From fe6b6aaddfcfc13e96945cef54262b75f0284e2c Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Tue, 3 Dec 2024 18:26:25 +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 }}'