Skip to content

Commit

Permalink
Pinning node version due to issue in mapnik
Browse files Browse the repository at this point in the history
  • Loading branch information
tstibbs committed May 7, 2024
1 parent ad6b09f commit 2fe0ffe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 20.11.x
- name: Set up environment
run: mkdir cdk.tmp
working-directory: geo-bagging/backend
Expand Down
4 changes: 2 additions & 2 deletions data-prep/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@tstibbs/geo-bagging-data-prep",
"private": true,
"engines": {
"node": ">=16",
"npm": ">=8"
"node": ">=20 <20.12",
"npm": ">=10"
},
"type": "module",
"dependencies": {
Expand Down

0 comments on commit 2fe0ffe

Please sign in to comment.