.github/workflows/windows.yml in isodoc-1.0.24 vs .github/workflows/windows.yml in isodoc-1.0.25

- old
+ new

@@ -29,12 +29,12 @@ bundle config --local path vendor/bundle 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.1 - name: Run specs run: | bundle exec rake