Skip to content

chore(CHANGELOG): update to v3.1.2 #45

chore(CHANGELOG): update to v3.1.2

chore(CHANGELOG): update to v3.1.2 #45

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
Build:
runs-on: 'ubuntu-20.04'
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Build
env:
TEST_BROWSERS: Firefox,ChromeHeadless
run: xvfb-run npm run all