chore(deps): update dependency renovate to v37 - autoclosed #2445
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
jobs: | |
test: | |
name: Test Renovate config | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Use Node.js v14.x | |
uses: actions/setup-node@v4 | |
with: | |
node-version: 14.x | |
- name: npm ci, and npm test | |
run: | | |
npm ci | |
npm test | |
env: | |
CI: true |