Skip to content

Bump style-loader from 3.3.3 to 3.3.4 #15

Bump style-loader from 3.3.3 to 3.3.4

Bump style-loader from 3.3.3 to 3.3.4 #15

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