Skip to content

Bump webpack from 5.73.0 to 5.81.0 #298

Bump webpack from 5.73.0 to 5.81.0

Bump webpack from 5.73.0 to 5.81.0 #298

Workflow file for this run

name: Arachnae Tests
on: push
jobs:
js_test:
runs-on: ubuntu-latest
strategy:
matrix:
react: ["^17"]
name: Test components React ${{ matrix.react }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install Dependencies
run: npm install & npm install react@${{ matrix.react }} react-dom@${{ matrix.react }}
- name: Type Check
run: npm run flow check
- name: Format
run: npm run prettier
- name: Test Project
uses: paambaati/codeclimate-action@v3.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.TEST_REPORTER_ID }}
with:
coverageCommand: npm run test