.github/workflows/ci.yml in bridgetown-lit-renderer-2.0.0 vs .github/workflows/ci.yml in bridgetown-lit-renderer-2.1.0.beta1
- old
+ new
@@ -21,11 +21,11 @@
with:
ruby-version: "3.0"
bundler-cache: true
- uses: actions/setup-node@v2
with:
- node-version: '15'
+ node-version: '16'
cache: 'yarn'
- name: Install NPM packages
run: yarn install
- name: Run tests
- run: script/test # should be cibuild but Rubocop is acting weird
+ run: script/cibuild