Skip to content

Bump wrangler from 3.1.1 to 3.19.0 (#12) #26

Bump wrangler from 3.1.1 to 3.19.0 (#12)

Bump wrangler from 3.1.1 to 3.19.0 (#12) #26

Workflow file for this run

name: ESLint
on:
push:
branches:
- main
jobs:
deploy:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
name: Setup Node.js
with:
node-version: '16'
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run ESLint
run: yarn lint:ci