.github/workflows/macos.yml in metanorma-rsd-1.4.4 vs .github/workflows/macos.yml in metanorma-rsd-1.4.5
- old
+ new
@@ -24,16 +24,9 @@
architecture: 'x64'
- name: Update gems
run: |
sudo gem install bundler --force
bundle install --jobs 4 --retry 3
- - name: Use Node
- uses: actions/setup-node@v1
- with:
- node-version: '8'
- - name: Install Puppeteer
- run: |
- npm install -g puppeteer
- name: Install PlantUML
run: |
brew install plantuml
- name: Run specs
run: |