Skip to content

Update packages

Update packages #2088

---
name: 'Test: Playground'
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Cloning repository
uses: actions/checkout@v4
- name: Setting up Node.js
uses: actions/setup-node@v4
with:
node-version: 16
cache: npm
- name: Installing Node.js packages
run: npm ci
- name: Running Playground tests
run: |
npx gulp updateTestResources
npm run test:playground -- --colors