Skip to content

Bump style-loader from 3.3.3 to 4.0.0 #38

Bump style-loader from 3.3.3 to 4.0.0

Bump style-loader from 3.3.3 to 4.0.0 #38

Workflow file for this run

name: Test
on:
pull_request:
branches:
- master
types: [opened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js v20.5.0
uses: actions/setup-node@v1
with:
node-version: '20.5.0'
- run: yarn install
- run: yarn run test