Skip to content

Bump ts-loader from 9.4.3 to 9.4.4 #590

Bump ts-loader from 9.4.3 to 9.4.4

Bump ts-loader from 9.4.3 to 9.4.4 #590

Workflow file for this run

name: build
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm install
- run: npm run package