Skip to content

Bump style-loader from 3.3.3 to 3.3.4 #1207

Bump style-loader from 3.3.3 to 3.3.4

Bump style-loader from 3.3.3 to 3.3.4 #1207

Workflow file for this run

name: Lint
on:
push:
jobs:
javascript:
name: JavaScript
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 16.x
cache: yarn
- name: Install dependencies
run: |
yarn install
- name: Lint
run: |
yarn lint