Skip to content

Commit

Permalink
Merge pull request #548 from pelias/node-22
Browse files Browse the repository at this point in the history
update better-sqlite3 to work with node@v22
  • Loading branch information
orangejulius authored Dec 3, 2024
2 parents e9214fb + 9271897 commit 7ff57fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM pelias/baseimage
RUN apt-get update && apt-get install -y bzip2 lbzip2 unzip && rm -rf /var/lib/apt/lists/*

# change working dir
ENV WORKDIR /code/pelias/whosonfirst
ENV WORKDIR=/code/pelias/whosonfirst
WORKDIR ${WORKDIR}

# copy package.json first to prevent npm install being rerun when only code changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@hapi/joi": "^16.1.8",
"async": "^3.0.1",
"better-sqlite3": "^8.5.0",
"better-sqlite3": "^11.5.0",
"combined-stream": "^1.0.5",
"command-exists": "^1.2.9",
"download-file-sync": "^1.0.4",
Expand Down

0 comments on commit 7ff57fc

Please sign in to comment.