Skip to content

Bump @rollup/plugin-commonjs from 25.0.8 to 26.0.1 #270

Bump @rollup/plugin-commonjs from 25.0.8 to 26.0.1

Bump @rollup/plugin-commonjs from 25.0.8 to 26.0.1 #270

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 9.1.3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmmirror.com
cache: pnpm
- run: pnpm install --no-frozen-lockfile
- name: Lint
run: pnpm run eslint