Skip to content

[gh-actions](deps): Bump actions/checkout from 3 to 4 #120

[gh-actions](deps): Bump actions/checkout from 3 to 4

[gh-actions](deps): Bump actions/checkout from 3 to 4 #120

Workflow file for this run

name: js
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up node
uses: actions/setup-node@v3
with:
node_version: 10
- name: Install grunt
run:
npm install grunt-cli
npm install grunt
npm install grunt-contrib-qunit@^4.0.0
- name: Run tests
run: grunt test --verbose