Skip to content

chore(deps): bump @mdn/browser-compat-data from 5.3.16 to 5.3.28 #533

chore(deps): bump @mdn/browser-compat-data from 5.3.16 to 5.3.28

chore(deps): bump @mdn/browser-compat-data from 5.3.16 to 5.3.28 #533

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
release:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Install Node.js, NPM
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: npm install
run: npm ci
- name: npm test
run: npm test