Skip to content

⬆️ upgrade webpack-cli to v6 (#173) #1844

⬆️ upgrade webpack-cli to v6 (#173)

⬆️ upgrade webpack-cli to v6 (#173) #1844

Workflow file for this run

name: CI
on: [push]
jobs:
build:
name: Build, lint, and test
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Use Node
uses: actions/setup-node@v4
with:
node-version: "20.x"
cache: "yarn"
- name: Install Dependencies
run: yarn
- name: Lint
run: yarn lint
- name: Build
run: yarn build