Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

chore(deps): update dependency eslint to ^9.31.0 (#335) #331

chore(deps): update dependency eslint to ^9.31.0 (#335)

chore(deps): update dependency eslint to ^9.31.0 (#335) #331

Workflow file for this run

name: cloudflare-pages
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '18' ]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-node@v4.4.0
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
- run: yarn install
- run: yarn css
- run: yarn build
- name: Deploy
uses: cloudflare/wrangler-action@v3.14.1
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
command: pages deploy dist --project-name=friendship --commit-dirty=true