Merge pull request #185 from IT4Change/dependabot/npm_and_yarn/vuepre… #457
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: lint test CI | |
on: push | |
jobs: | |
build-test: | |
name: Lint Test | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Setup Node 20 | |
uses: actions/setup-node@v4 | |
with: | |
node-version: '20' | |
- name: npm-install | |
run: npm install | |
- name: npm-test | |
run: npm test |