Skip to content

Update dependency fsevents to v2.3.3 #45

Update dependency fsevents to v2.3.3

Update dependency fsevents to v2.3.3 #45

---
name: 'Test: Playground'
on:
push:
paths:
- 'package.json'
- 'playground/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Cloning repository
uses: actions/checkout@v2
- name: Setting up Node.js
uses: actions/setup-node@v2
with:
node-version: 14
- uses: actions/cache@v3
if: ${{ !env.ACT }}
with:
path: '**/node_modules'
key: node_modules-${{ hashFiles('**/package-lock.json') }}
- name: Installing Node.js packages
run: npm install
- name: Running Playground tests
run: |
npx gulp updateTestResources
npm run test:playground -- --colors