Skip to content

[Troll] Update terms.json #1365

[Troll] Update terms.json

[Troll] Update terms.json #1365

Workflow file for this run

name: npm
on:
push:
pull_request:
types: [opened, synchronize]
env:
node-version: 6.x
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ env.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ env.node-version }}
- name: Run npm test
timeout-minutes: 10
run: |
npm install -g grunt-cli@1.3
npm install
npm test