Skip to content

fix(deps): bump prettier from 3.0.0 to 3.0.1 #174

fix(deps): bump prettier from 3.0.0 to 3.0.1

fix(deps): bump prettier from 3.0.0 to 3.0.1 #174

Workflow file for this run

name: Main
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 16, 18 ]
name: Node ${{ matrix.node }}
steps:
- name: Checkout πŸ›ŽοΈ
uses: actions/checkout@v3
- name: Setup node ${{ matrix.node }} πŸ‘·πŸ½
uses: actions/setup-node@v3
with:
cache: 'npm'
node-version: ${{ matrix.node }}
- name: Install dependencies πŸ’Š
run: npm install
#- name: Lint πŸ’„
# run: npm run lint
- name: Build πŸ› 
run: npm run build --if-present
#- name: test πŸ§ͺ
# run: npm test
- name: Deploy πŸš€
uses: JamesIves/github-pages-deploy-action@v4.2.5
with:
branch: gh-pages
folder: dist