Skip to content

Commit

Permalink
Fix node build (JsDaddy#902)
Browse files Browse the repository at this point in the history
* build: fix new rxjs requirements

* build: limit node to v14

Co-authored-by: Manuel Meister <[email protected]>
  • Loading branch information
manuelmeister and Manuel Meister authored Jul 22, 2021
1 parent feab974 commit 841a799
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 20,007 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [14.x]

steps:
- uses: actions/checkout@v1
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- '10'
- '14'

cache:
directories:
Expand All @@ -17,7 +17,7 @@ git:
depth: 3

before_install:
- npm install -g npm@~6.9.0
- npm install -g npm@^6.14.0

script:
- export CHROME_BIN=chromium-browser
Expand Down
Loading

0 comments on commit 841a799

Please sign in to comment.