Skip to content

chore: bump css-loader from 6.7.1 to 6.10.0 #1311

chore: bump css-loader from 6.7.1 to 6.10.0

chore: bump css-loader from 6.7.1 to 6.10.0 #1311

Workflow file for this run

name: test
on: [push]
concurrency:
group: ${{ github.repository }}
cancel-in-progress: false
jobs:
test:
runs-on: ubuntu-20.04
strategy:
max-parallel: 1
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run eslint
- name: Run tests
run: npm test
env:
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
S3_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }}