Skip to content

Commit

Permalink
chore: fix travis pipeline
Browse files Browse the repository at this point in the history
* install typescript
* update `node_js` test versions
* update `dist` version to be compatible with latest node version
  • Loading branch information
sylver committed Aug 2, 2022
1 parent 12dfcf6 commit e6a79ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
@@ -1,7 +1,10 @@
language: node_js
dist: focal
node_js:
- node
- 14
- lts/*
before_install:
- npm install -g typescript
script:
- npm run build
- npm run test
Expand Down

0 comments on commit e6a79ee

Please sign in to comment.