Skip to content

Bump eslint-plugin-react-dom from 2.11.0 to 2.12.2 #8

Bump eslint-plugin-react-dom from 2.11.0 to 2.12.2

Bump eslint-plugin-react-dom from 2.11.0 to 2.12.2 #8

Workflow file for this run

name: build
on: [push, pull_request]
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Use Node.js
uses: actions/setup-node@v6
with:
cache: npm
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci --prefer-offline
- name: Build app
run: npm run build
env:
BASE: /${{ github.event.repository.name }}/
- name: Deploy
if: github.ref_name == 'master'
uses: remarkablemark/gitploy-action@v1
with:
directory: dist