Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #36 from florianm/dep-upgrades
Browse files Browse the repository at this point in the history
fix: upgrade nodejs and dependency versions, update README links
  • Loading branch information
Florian Mayer authored Mar 21, 2022
2 parents 80331b0 + b69b1e2 commit f023f2b
Show file tree
Hide file tree
Showing 6 changed files with 724 additions and 587 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10.19.0
FROM node:16.14.2
LABEL author="ODK"
LABEL maintainer="ODK Build maintainers"
LABEL description="Generate an XLSForm from an ODK Build Xform"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ introduction

compilation
-----------
The project depends on **nodejs**; we officially support versions 5 and 6. Make sure you have node and npm [correctly installed](https://nodejs.org/en/download/) for your platform.
The project depends on **nodejs**; we officially support version 16. Make sure you have node and npm [correctly installed](https://nodejs.dev/learn/how-to-install-nodejs) for your platform.

Once you have that, you should be able to simply `make` to trigger a build. The Makefile handles running `npm install`, but if you into issues performing that step on your own is a good troubleshooting start.

Expand Down Expand Up @@ -49,7 +49,7 @@ Please submit pull requests for any code you'd like to push. As you do so, pleas

* The project is meant to be as purely-functional as possible, as is ideal for data handling and transformation. Avoid mutable or global state, and don't introduce heavy object-oriented approaches without very good reason.
* Please do run the tests before submission, and augment them as necessary.
* Please ensure that any changes you make adhere to both the [ODK Build](https://github.com/clint-tseng/odkbuild/blob/master/public/javascripts/control.js#L206) property schema, as well as the XLSForm [reference spec](http://xlsform.org/ref-table/).
* Please ensure that any changes you make adhere to both the [ODK Build](https://github.com/getodk/build/blob/master/public/javascripts/control.js#L459) property schema, as well as the XLSForm [reference spec](https://xlsform.org/en/ref-table/).

license
-------
Expand Down
7 changes: 3 additions & 4 deletions lib/convert.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/server.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f023f2b

Please sign in to comment.