Merge pull request #942 from sanabutton/renovate/npm-run-all2-7.x #382
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: Node CI | |
on: | |
push: | |
branches: ["main", "master", "development"] | |
pull_request: | |
branches: ["main", "master", "development"] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Use Node.js | |
uses: actions/setup-node@v4 | |
- name: npm install, build, and test | |
run: | | |
npm cit | |
env: | |
CI: true | |
NODE_ENV: test |