Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
yookoala committed Jan 10, 2024
1 parent 9098021 commit f89bdd5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm test
- name: Install NPM v5
run: if [[ `npm -v ` != 5* ]]; then npm i -g npm@5; fi
- name: Install Dependencies
run: npm install
- name: Test
run: grunt test

0 comments on commit f89bdd5

Please sign in to comment.