Skip to content

Bump prettier from 2.8.4 to 3.3.0 #609

Bump prettier from 2.8.4 to 3.3.0

Bump prettier from 2.8.4 to 3.3.0 #609

Workflow file for this run

name: Build
on:
push:
branches-ignore:
- staging
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/setup-node@v3
with:
node-version: "12"
registry-url: "https://npm.pkg.github.com"
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@v4.0.1
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Install Workers script deps
run: yarn
- name: Build Worker
run: npx wrangler build