Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Apr 20, 2020
2 parents b4bf6b4 + d6d91b3 commit 85c6e8c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
- name: Use Node
uses: actions/setup-node@v1
with:
node-version: '8'
node-version: '12'
- name: Install Puppeteer
run: |
npm install -g puppeteer
npm install -g puppeteer@3.0.0
- name: Install PlantUML
run: |
brew install plantuml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
- name: Use Node
uses: actions/setup-node@v1
with:
node-version: '8'
node-version: '12'
- name: Install Puppeteer
run: |
npm install -g puppeteer
npm install -g puppeteer@3.0.0
- name: Install PlantUML
run: |
sudo bash -c "curl -L https://github.com/riboseinc/plantuml-install/raw/master/ubuntu.sh | bash"
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,14 @@ jobs:
run: |
gem install bundler
bundle config --local path vendor/bundle
bundle update
bundle install --jobs 4 --retry 3
- name: Use Node
uses: actions/setup-node@v1
with:
node-version: '8'
node-version: '12'
- name: Install Puppeteer
run: |
npm install -g puppeteer
npm install -g puppeteer@3.0.0
- name: Install PlantUML
run: |
cinst -y plantuml
Expand Down

0 comments on commit 85c6e8c

Please sign in to comment.