We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
2 parents 67a7c75 + 479dea4 commit 0deb936Copy full SHA for 0deb936
.github/workflows/_test.yml
@@ -7,7 +7,7 @@ jobs:
7
matrix:
8
os:
9
- ubuntu-22.04
10
- node-version: [ 18.x, 20.x ]
+ node-version: [ 18.x, 20.x, 22.x ]
11
steps:
12
- uses: actions/checkout@v4
13
- name: 'Install node.js ${{ matrix.node-version }}'
package.json
@@ -25,7 +25,7 @@
25
"pelias-dbclient": "^3.1.0",
26
"pelias-logger": "^1.4.1",
27
"pelias-model": "^10.0.0",
28
- "pelias-wof-admin-lookup": "^7.7.0",
+ "pelias-wof-admin-lookup": "^7.11.0",
29
"sync-request": "^6.1.0",
30
"through2": "^3.0.1"
31
},
0 commit comments