Skip to content

Bump @eslint/js from 9.6.0 to 9.9.1 #82

Bump @eslint/js from 9.6.0 to 9.9.1

Bump @eslint/js from 9.6.0 to 9.9.1 #82

Workflow file for this run

name: Pipeline
on:
push:
branches:
- main
- dev
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
- dev
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20.10.0'
- name: Setup Latest Yarn
uses: threeal/setup-yarn-action@v2.0.0
with:
version: latest
- name: Install dependencies
run: yarn install --immutable --immutable-cache --check-cache
- name: Test
run: yarn test
- name: Build the React app
run: yarn build
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
publish_dir: ./dist
cname: https://santoshshinde2012.github.io/speedyreact-kit/
env:
CI: true