Skip to content

Bump ts-loader from 9.4.2 to 9.4.4 #4171

Bump ts-loader from 9.4.2 to 9.4.4

Bump ts-loader from 9.4.2 to 9.4.4 #4171

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm install
- run: npm run lint
- run: npm run build --if-present
- name: Run Headless Test
uses: GabrielBB/xvfb-action@v1.6
with:
run: npm test