Skip to content

build(deps-dev): bump wrangler from 4.40.0 to 4.42.0 #181

build(deps-dev): bump wrangler from 4.40.0 to 4.42.0

build(deps-dev): bump wrangler from 4.40.0 to 4.42.0 #181

Workflow file for this run

name: Code Scanning
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
analyze:
name: Analyze Code
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
repository-projects: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 9
run_install: false
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: ESLint
run: |
pnpm lint