Skip to content

Commit

Permalink
Merge pull request #66 from tphummel/node-16
Browse files Browse the repository at this point in the history
add support for gitpod and node 16
  • Loading branch information
tphummel authored Feb 7, 2022
2 parents 74b3344 + e51455c commit c098b17
Show file tree
Hide file tree
Showing 4 changed files with 7,196 additions and 21 deletions.
10 changes: 10 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
# and commit this file to your remote git repository to share the goodness with others.

tasks:
- init: npm install
vscode:
extensions:
- dbaeumer.vscode-eslint

1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ node_js:
- '12'
- '14'
- '15'
- '16'
deploy:
provider: npm
email: tphummel@gmail.com
Expand Down
Loading

0 comments on commit c098b17

Please sign in to comment.