Skip to content

Commit

Permalink
Fix build issues related to Node and GLIBC versions (#162)
Browse files Browse the repository at this point in the history
* Specify node version 16

* Set node version to 12

* Let's try node 14 then.
  • Loading branch information
javagl committed Jan 23, 2023
1 parent a0ca937 commit ed94252
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
os: linux
dist: xenial
node_js:
- 14
language: node_js
script:
- yarn build
Expand Down

0 comments on commit ed94252

Please sign in to comment.