Skip to content

chore: update dependency @astrojs/partytown to v2.1.5 #1423

chore: update dependency @astrojs/partytown to v2.1.5

chore: update dependency @astrojs/partytown to v2.1.5 #1423

Workflow file for this run

name: lint
on:
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Install pnpm
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
with:
run_install: false
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
with:
node-version-file: '.node-version'
cache: 'pnpm'
- name: Install Dependency
run: pnpm install --frozen-lockfile
- name: lint
run: pnpm lint